﻿2026-06-21T03:23:24.7996845Z Current runner version: '2.335.1'
2026-06-21T03:23:24.8001468Z Runner name: 'kitsubito'
2026-06-21T03:23:24.8001987Z Runner group name: 'Default'
2026-06-21T03:23:24.8002623Z Machine name: 'KITSUBITO'
2026-06-21T03:23:24.8004563Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T03:23:24.8006305Z Contents: read
2026-06-21T03:23:24.8006719Z Metadata: read
2026-06-21T03:23:24.8007091Z Packages: read
2026-06-21T03:23:24.8007459Z ##[endgroup]
2026-06-21T03:23:24.8009113Z Secret source: Actions
2026-06-21T03:23:24.8009603Z Prepare workflow directory
2026-06-21T03:23:24.8438128Z Prepare all required actions
2026-06-21T03:23:24.8475372Z Getting action download info
2026-06-21T03:23:25.1412504Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T03:23:25.6782739Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-21T03:23:25.7698791Z ##[group]Run actions/checkout@v5
2026-06-21T03:23:25.7700050Z with:
2026-06-21T03:23:25.7700480Z   repository: SaberMage/spt-core
2026-06-21T03:23:25.7703918Z   token: ***
2026-06-21T03:23:25.7704295Z   ssh-strict: true
2026-06-21T03:23:25.7704668Z   ssh-user: git
2026-06-21T03:23:25.7705077Z   persist-credentials: true
2026-06-21T03:23:25.7705597Z   clean: true
2026-06-21T03:23:25.7706030Z   sparse-checkout-cone-mode: true
2026-06-21T03:23:25.7706523Z   fetch-depth: 1
2026-06-21T03:23:25.7706899Z   fetch-tags: false
2026-06-21T03:23:25.7707289Z   show-progress: true
2026-06-21T03:23:25.7707677Z   lfs: false
2026-06-21T03:23:25.7708039Z   submodules: false
2026-06-21T03:23:25.7708455Z   set-safe-directory: true
2026-06-21T03:23:25.7709193Z ##[endgroup]
2026-06-21T03:23:25.8571816Z Syncing repository: SaberMage/spt-core
2026-06-21T03:23:25.8574373Z ##[group]Getting Git version info
2026-06-21T03:23:25.8575703Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T03:23:25.8577487Z [command]/usr/bin/git version
2026-06-21T03:23:25.8578344Z git version 2.43.0
2026-06-21T03:23:25.8585023Z ##[endgroup]
2026-06-21T03:23:25.8598718Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e433cac6-ce80-4cf0-9447-d9dfbc234ea8' before making global git config changes
2026-06-21T03:23:25.8600104Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T03:23:25.8602624Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T03:23:25.8638205Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T03:23:25.8659998Z https://github.com/SaberMage/spt-core
2026-06-21T03:23:25.8670247Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T03:23:25.8673086Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T03:23:25.8694116Z HEAD
2026-06-21T03:23:25.8725634Z ##[endgroup]
2026-06-21T03:23:25.8726431Z [command]/usr/bin/git submodule status
2026-06-21T03:23:25.8912951Z ##[group]Cleaning the repository
2026-06-21T03:23:25.8913750Z [command]/usr/bin/git clean -ffdx
2026-06-21T03:23:27.7662215Z Removing target/
2026-06-21T03:23:27.7670082Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T03:23:27.7736722Z HEAD is now at 113d90df6 Merge bdb51c23f8cca1015ae989588a3d48be6ba08419 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:23:27.7741794Z ##[endgroup]
2026-06-21T03:23:27.7743060Z ##[group]Disabling automatic garbage collection
2026-06-21T03:23:27.7746586Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T03:23:27.7771381Z ##[endgroup]
2026-06-21T03:23:27.7772517Z ##[group]Setting up auth
2026-06-21T03:23:27.7776533Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T03:23:27.7803137Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T03:23:27.8003428Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T03:23:27.8028889Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T03:23:27.8213390Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T03:23:27.8240148Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T03:23:27.8416915Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T03:23:27.8445991Z ##[endgroup]
2026-06-21T03:23:27.8447845Z ##[group]Fetching the repository
2026-06-21T03:23:27.8453483Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3ae883f45a4e1306290f99b466f175e577452a52:refs/remotes/pull/26/merge
2026-06-21T03:23:28.3403579Z From https://github.com/SaberMage/spt-core
2026-06-21T03:23:28.3404447Z  + 113d90df6...3ae883f45 3ae883f45a4e1306290f99b466f175e577452a52 -> pull/26/merge  (forced update)
2026-06-21T03:23:28.3423286Z ##[endgroup]
2026-06-21T03:23:28.3423947Z ##[group]Determining the checkout info
2026-06-21T03:23:28.3425228Z ##[endgroup]
2026-06-21T03:23:28.3429357Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T03:23:28.3469475Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T03:23:28.3493253Z ##[group]Checking out the ref
2026-06-21T03:23:28.3495547Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T03:23:28.3565041Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T03:23:28.3565675Z any of your branches:
2026-06-21T03:23:28.3565879Z 
2026-06-21T03:23:28.3566361Z   113d90df6 Merge bdb51c23f8cca1015ae989588a3d48be6ba08419 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:23:28.3566813Z 
2026-06-21T03:23:28.3567030Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T03:23:28.3567394Z to do so with:
2026-06-21T03:23:28.3567545Z 
2026-06-21T03:23:28.3567750Z  git branch <new-branch-name> 113d90df6
2026-06-21T03:23:28.3568047Z 
2026-06-21T03:23:28.3570275Z HEAD is now at 3ae883f45 Merge f4b97e744daa8704556586d05ea1c3256810fb10 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:23:28.3575553Z ##[endgroup]
2026-06-21T03:23:28.3609902Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T03:23:28.3634580Z 3ae883f45a4e1306290f99b466f175e577452a52
2026-06-21T03:23:28.3819506Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T03:23:28.3819993Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T03:23:28.3835778Z shell: /usr/bin/bash -e {0}
2026-06-21T03:23:28.3836015Z ##[endgroup]
2026-06-21T03:23:28.3922404Z ##[group]Run cargo nextest run --workspace
2026-06-21T03:23:28.3922819Z [36;1mcargo nextest run --workspace[0m
2026-06-21T03:23:28.3936506Z shell: /usr/bin/bash -e {0}
2026-06-21T03:23:28.3936726Z env:
2026-06-21T03:23:28.3936922Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T03:23:28.3937150Z ##[endgroup]
2026-06-21T03:23:29.0529501Z    Compiling proc-macro2 v1.0.106
2026-06-21T03:23:29.0529988Z    Compiling unicode-ident v1.0.24
2026-06-21T03:23:29.0530313Z    Compiling quote v1.0.45
2026-06-21T03:23:29.0530722Z    Compiling libc v0.2.186
2026-06-21T03:23:29.0531100Z    Compiling cfg-if v1.0.4
2026-06-21T03:23:29.0531476Z    Compiling serde_core v1.0.228
2026-06-21T03:23:29.0531753Z    Compiling serde v1.0.228
2026-06-21T03:23:29.0612537Z    Compiling typenum v1.20.1
2026-06-21T03:23:29.0637212Z    Compiling version_check v0.9.5
2026-06-21T03:23:29.0712239Z    Compiling portable-atomic v1.13.1
2026-06-21T03:23:29.0713149Z    Compiling memchr v2.8.1
2026-06-21T03:23:29.0714140Z    Compiling subtle v2.6.1
2026-06-21T03:23:29.0777534Z    Compiling shlex v2.0.1
2026-06-21T03:23:29.0778473Z    Compiling find-msvc-tools v0.1.9
2026-06-21T03:23:29.0780264Z    Compiling critical-section v1.2.0
2026-06-21T03:23:29.1369785Z    Compiling log v0.4.32
2026-06-21T03:23:29.1560941Z    Compiling equivalent v1.0.2
2026-06-21T03:23:29.2000352Z    Compiling smallvec v1.15.1
2026-06-21T03:23:29.2492074Z    Compiling semver v1.0.28
2026-06-21T03:23:29.2840785Z    Compiling itoa v1.0.18
2026-06-21T03:23:29.3140972Z    Compiling cpufeatures v0.2.17
2026-06-21T03:23:29.3500871Z    Compiling bitflags v2.12.1
2026-06-21T03:23:29.3733093Z    Compiling hashbrown v0.17.1
2026-06-21T03:23:29.3954308Z    Compiling pin-project-lite v0.2.17
2026-06-21T03:23:29.4474068Z    Compiling rand_core v0.10.1
2026-06-21T03:23:29.4622732Z    Compiling getrandom v0.4.2
2026-06-21T03:23:29.4692422Z    Compiling generic-array v0.14.7
2026-06-21T03:23:29.4860090Z    Compiling bytes v1.11.1
2026-06-21T03:23:29.4990867Z    Compiling futures-core v0.3.32
2026-06-21T03:23:29.5122896Z    Compiling zerocopy v0.8.50
2026-06-21T03:23:29.6150656Z    Compiling rustc_version v0.4.1
2026-06-21T03:23:29.6318764Z    Compiling ahash v0.8.12
2026-06-21T03:23:29.6558538Z    Compiling stable_deref_trait v1.2.1
2026-06-21T03:23:29.7072853Z    Compiling signature v2.2.0
2026-06-21T03:23:29.7101379Z    Compiling vcpkg v0.2.15
2026-06-21T03:23:29.7521223Z    Compiling zmij v1.0.21
2026-06-21T03:23:29.7680661Z    Compiling futures-sink v0.3.32
2026-06-21T03:23:29.7856715Z    Compiling slab v0.4.12
2026-06-21T03:23:29.8840498Z    Compiling ed25519 v2.2.3
2026-06-21T03:23:29.9000798Z    Compiling futures-io v0.3.32
2026-06-21T03:23:29.9172921Z    Compiling pkg-config v0.3.33
2026-06-21T03:23:30.0340731Z    Compiling futures-channel v0.3.32
2026-06-21T03:23:30.0655577Z    Compiling curve25519-dalek v4.1.3
2026-06-21T03:23:30.0798917Z    Compiling serde_json v1.0.150
2026-06-21T03:23:30.1400788Z    Compiling futures-task v0.3.32
2026-06-21T03:23:30.2732440Z    Compiling syn v2.0.117
2026-06-21T03:23:30.2951137Z    Compiling indexmap v2.14.0
2026-06-21T03:23:30.3590636Z    Compiling fastrand v2.4.1
2026-06-21T03:23:30.3641007Z    Compiling fallible-iterator v0.3.0
2026-06-21T03:23:30.3710715Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T03:23:30.4057695Z    Compiling rustversion v1.0.22
2026-06-21T03:23:30.4320774Z    Compiling autocfg v1.5.1
2026-06-21T03:23:30.5090482Z    Compiling fnv v1.0.7
2026-06-21T03:23:30.5121266Z    Compiling cfg_aliases v0.2.1
2026-06-21T03:23:30.5930624Z    Compiling strsim v0.11.1
2026-06-21T03:23:30.6060107Z    Compiling writeable v0.6.3
2026-06-21T03:23:30.6099163Z    Compiling litemap v0.8.2
2026-06-21T03:23:30.6229508Z    Compiling icu_properties_data v2.2.0
2026-06-21T03:23:30.6360697Z    Compiling dunce v1.0.5
2026-06-21T03:23:30.7454790Z    Compiling utf8_iter v1.0.4
2026-06-21T03:23:30.7640829Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T03:23:30.7920870Z    Compiling ident_case v1.0.1
2026-06-21T03:23:30.8091070Z    Compiling anyhow v1.0.102
2026-06-21T03:23:30.8182815Z    Compiling fs_extra v1.3.0
2026-06-21T03:23:30.9141069Z    Compiling rustix v1.1.4
2026-06-21T03:23:30.9471101Z    Compiling linux-raw-sys v0.12.1
2026-06-21T03:23:30.9510269Z    Compiling percent-encoding v2.3.2
2026-06-21T03:23:30.9630914Z    Compiling jobserver v0.1.34
2026-06-21T03:23:31.1321840Z    Compiling http v1.4.1
2026-06-21T03:23:31.1510877Z    Compiling unicode-segmentation v1.13.3
2026-06-21T03:23:31.1700755Z    Compiling cpufeatures v0.3.0
2026-06-21T03:23:31.2380618Z    Compiling cc v1.2.63
2026-06-21T03:23:31.2404993Z    Compiling aws-lc-rs v1.17.0
2026-06-21T03:23:31.2563467Z    Compiling crypto-common v0.1.7
2026-06-21T03:23:31.2573279Z    Compiling block-buffer v0.10.4
2026-06-21T03:23:31.2900873Z    Compiling thiserror v2.0.18
2026-06-21T03:23:31.4041125Z    Compiling digest v0.10.7
2026-06-21T03:23:31.4255986Z    Compiling scopeguard v1.2.0
2026-06-21T03:23:31.4491001Z    Compiling chacha20 v0.10.0
2026-06-21T03:23:31.4837128Z    Compiling form_urlencoded v1.2.2
2026-06-21T03:23:31.4991309Z    Compiling getrandom v0.2.17
2026-06-21T03:23:31.5448391Z    Compiling mio v1.2.1
2026-06-21T03:23:31.5721594Z    Compiling socket2 v0.6.4
2026-06-21T03:23:31.6048464Z    Compiling fs2 v0.4.3
2026-06-21T03:23:31.6730646Z    Compiling rand_core v0.6.4
2026-06-21T03:23:31.6980804Z    Compiling sha2 v0.10.9
2026-06-21T03:23:31.7680688Z    Compiling lock_api v0.4.14
2026-06-21T03:23:31.7842069Z    Compiling untrusted v0.9.0
2026-06-21T03:23:31.7880930Z    Compiling rand v0.10.1
2026-06-21T03:23:31.8270788Z    Compiling heck v0.5.0
2026-06-21T03:23:31.8370684Z    Compiling rustls v0.23.40
2026-06-21T03:23:31.9060518Z    Compiling convert_case v0.10.0
2026-06-21T03:23:31.9130473Z    Compiling atomic-waker v1.1.2
2026-06-21T03:23:31.9180420Z    Compiling unicode-xid v0.2.6
2026-06-21T03:23:31.9901039Z    Compiling const-oid v0.10.2
2026-06-21T03:23:32.0630774Z    Compiling httparse v1.10.1
2026-06-21T03:23:32.0750906Z    Compiling parking_lot_core v0.9.12
2026-06-21T03:23:32.1130484Z    Compiling paste v1.0.15
2026-06-21T03:23:32.1487757Z    Compiling num-traits v0.2.19
2026-06-21T03:23:32.2185135Z    Compiling http-body v1.0.1
2026-06-21T03:23:32.2416659Z    Compiling hybrid-array v0.4.12
2026-06-21T03:23:32.2580688Z    Compiling either v1.16.0
2026-06-21T03:23:32.3150757Z    Compiling base64ct v1.8.3
2026-06-21T03:23:32.3381545Z    Compiling powerfmt v0.2.0
2026-06-21T03:23:32.3834615Z    Compiling memoffset v0.6.5
2026-06-21T03:23:32.4880901Z    Compiling time-core v0.1.8
2026-06-21T03:23:32.5686539Z    Compiling cmake v0.1.58
2026-06-21T03:23:32.5955426Z    Compiling deranged v0.5.8
2026-06-21T03:23:32.6800752Z    Compiling base64 v0.22.1
2026-06-21T03:23:32.6991041Z    Compiling ref-cast v1.0.25
2026-06-21T03:23:32.7430385Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T03:23:32.7867437Z    Compiling thiserror v1.0.69
2026-06-21T03:23:32.8151540Z    Compiling tinyvec_macros v0.1.1
2026-06-21T03:23:32.8664048Z    Compiling num-conv v0.2.2
2026-06-21T03:23:32.8787916Z    Compiling data-encoding v2.11.0
2026-06-21T03:23:32.8895772Z    Compiling tower-service v0.3.3
2026-06-21T03:23:32.9364367Z    Compiling try-lock v0.2.5
2026-06-21T03:23:32.9910887Z    Compiling tinyvec v1.11.0
2026-06-21T03:23:33.0264494Z    Compiling want v0.3.1
2026-06-21T03:23:33.0337790Z    Compiling crypto-common v0.2.2
2026-06-21T03:23:33.0435694Z    Compiling block-buffer v0.12.0
2026-06-21T03:23:33.0469141Z    Compiling parking_lot v0.12.5
2026-06-21T03:23:33.1777258Z    Compiling ioctl-rs v0.1.6
2026-06-21T03:23:33.1908111Z    Compiling serial-core v0.4.0
2026-06-21T03:23:33.2154164Z    Compiling termios v0.2.2
2026-06-21T03:23:33.2244219Z    Compiling vergen-lib v9.1.0
2026-06-21T03:23:33.2461262Z    Compiling inout v0.1.4
2026-06-21T03:23:33.2760659Z    Compiling n0-future v0.3.2
2026-06-21T03:23:33.3551382Z    Compiling aho-corasick v1.1.4
2026-06-21T03:23:33.3821045Z    Compiling winnow v0.7.15
2026-06-21T03:23:33.4130704Z    Compiling diatomic-waker v0.2.3
2026-06-21T03:23:33.4201176Z    Compiling crossbeam-utils v0.8.21
2026-06-21T03:23:33.4310929Z    Compiling parking v2.2.1
2026-06-21T03:23:33.5040706Z    Compiling winnow v1.0.3
2026-06-21T03:23:33.5641665Z    Compiling regex-syntax v0.8.10
2026-06-21T03:23:33.5850820Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T03:23:33.6520354Z    Compiling aws-lc-sys v0.41.0
2026-06-21T03:23:33.7910279Z    Compiling ring v0.17.14
2026-06-21T03:23:33.8330657Z    Compiling toml_write v0.1.2
2026-06-21T03:23:34.0271287Z    Compiling httpdate v1.0.3
2026-06-21T03:23:34.1270347Z    Compiling spin v0.10.0
2026-06-21T03:23:34.1721514Z    Compiling cordyceps v0.3.4
2026-06-21T03:23:34.2581541Z    Compiling digest v0.11.3
2026-06-21T03:23:34.4164013Z    Compiling futures-lite v2.6.1
2026-06-21T03:23:34.4663016Z    Compiling cipher v0.4.4
2026-06-21T03:23:34.4673538Z    Compiling serial-unix v0.4.0
2026-06-21T03:23:34.5668071Z    Compiling futures-buffered v0.2.13
2026-06-21T03:23:34.6200237Z    Compiling netlink-packet-core v0.8.1
2026-06-21T03:23:34.6849079Z    Compiling vergen v9.1.0
2026-06-21T03:23:34.7160317Z    Compiling vergen-lib v0.1.6
2026-06-21T03:23:34.7238337Z    Compiling universal-hash v0.5.1
2026-06-21T03:23:34.8335656Z    Compiling noq-udp v0.10.0
2026-06-21T03:23:34.8696906Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T03:23:34.8850727Z    Compiling heapless v0.7.17
2026-06-21T03:23:35.0632781Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T03:23:35.0781913Z    Compiling sync_wrapper v1.0.2
2026-06-21T03:23:35.0790069Z    Compiling pin-utils v0.1.0
2026-06-21T03:23:35.1014689Z    Compiling byteorder v1.5.0
2026-06-21T03:23:35.1430986Z    Compiling bitflags v1.3.2
2026-06-21T03:23:35.1900797Z    Compiling opaque-debug v0.3.1
2026-06-21T03:23:35.2045417Z    Compiling dyn-clone v1.0.20
2026-06-21T03:23:35.2051434Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T03:23:35.2128106Z    Compiling allocator-api2 v0.2.21
2026-06-21T03:23:35.2467711Z    Compiling polyval v0.6.2
2026-06-21T03:23:35.2633087Z    Compiling nix v0.25.1
2026-06-21T03:23:35.3058397Z    Compiling hash32 v0.2.1
2026-06-21T03:23:35.4693622Z    Compiling serial v0.4.0
2026-06-21T03:23:35.4846347Z    Compiling synstructure v0.13.2
2026-06-21T03:23:35.4880499Z    Compiling darling_core v0.20.11
2026-06-21T03:23:35.5096916Z    Compiling serde_derive_internals v0.29.1
2026-06-21T03:23:35.5356277Z    Compiling spin v0.9.8
2026-06-21T03:23:35.5721080Z    Compiling vergen-gitcl v1.0.8
2026-06-21T03:23:35.6741136Z    Compiling tower-layer v0.3.3
2026-06-21T03:23:35.7212249Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T03:23:35.8610510Z    Compiling regex-automata v0.4.14
2026-06-21T03:23:35.9550015Z    Compiling num_threads v0.1.7
2026-06-21T03:23:36.0451248Z    Compiling downcast-rs v1.2.1
2026-06-21T03:23:36.1050800Z    Compiling signature v3.0.0
2026-06-21T03:23:36.1200738Z    Compiling ryu v1.0.23
2026-06-21T03:23:36.1809316Z    Compiling shell-words v1.1.1
2026-06-21T03:23:36.2216303Z    Compiling time v0.3.47
2026-06-21T03:23:36.2498735Z    Compiling ghash v0.5.1
2026-06-21T03:23:36.3058160Z    Compiling ctr v0.9.2
2026-06-21T03:23:36.3436388Z    Compiling aes v0.8.4
2026-06-21T03:23:36.3570273Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T03:23:36.4724835Z    Compiling http-body-util v0.1.3
2026-06-21T03:23:36.5110704Z    Compiling aead v0.5.2
2026-06-21T03:23:36.6510787Z    Compiling proc-macro-crate v3.5.0
2026-06-21T03:23:36.6826457Z    Compiling openssl-probe v0.2.1
2026-06-21T03:23:36.7600624Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T03:23:36.8906238Z    Compiling crossbeam-channel v0.5.15
2026-06-21T03:23:37.0146024Z    Compiling aes-gcm v0.10.3
2026-06-21T03:23:37.1840659Z    Compiling netlink-packet-route v0.29.0
2026-06-21T03:23:37.1954849Z    Compiling blake3 v1.8.5
2026-06-21T03:23:37.2226058Z    Compiling uuid v1.23.2
2026-06-21T03:23:37.2238058Z    Compiling netwatch v0.16.0
2026-06-21T03:23:37.2441911Z    Compiling noq v0.18.0
2026-06-21T03:23:37.4537892Z    Compiling acto v0.8.2
2026-06-21T03:23:37.5100081Z    Compiling tagptr v0.2.0
2026-06-21T03:23:37.5321114Z    Compiling rustc-hash v2.1.2
2026-06-21T03:23:37.5448057Z    Compiling serde_derive v1.0.228
2026-06-21T03:23:37.6378383Z    Compiling zeroize_derive v1.4.3
2026-06-21T03:23:37.6541695Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T03:23:37.6700512Z    Compiling tokio-macros v2.7.0
2026-06-21T03:23:37.7010420Z    Compiling zerofrom-derive v0.1.7
2026-06-21T03:23:37.7126387Z    Compiling futures-macro v0.3.32
2026-06-21T03:23:37.7782072Z    Compiling yoke-derive v0.8.2
2026-06-21T03:23:37.9943908Z    Compiling zerovec-derive v0.11.3
2026-06-21T03:23:38.2484572Z    Compiling zeroize v1.8.2
2026-06-21T03:23:38.2977172Z    Compiling displaydoc v0.2.6
2026-06-21T03:23:38.4512314Z    Compiling tokio v1.52.3
2026-06-21T03:23:38.6600050Z    Compiling futures-util v0.3.32
2026-06-21T03:23:38.6921073Z    Compiling tracing-attributes v0.1.31
2026-06-21T03:23:38.9235673Z    Compiling rustls-pki-types v1.14.1
2026-06-21T03:23:39.0991323Z    Compiling thiserror-impl v2.0.18
2026-06-21T03:23:39.1067370Z    Compiling darling_macro v0.20.11
2026-06-21T03:23:39.1186747Z    Compiling zerofrom v0.1.8
2026-06-21T03:23:39.2370103Z    Compiling yoke v0.8.3
2026-06-21T03:23:39.4269980Z    Compiling zerotrie v0.2.4
2026-06-21T03:23:39.4357743Z    Compiling darling v0.20.11
2026-06-21T03:23:39.5460956Z    Compiling derive_more-impl v2.1.1
2026-06-21T03:23:39.5900727Z    Compiling zerovec v0.11.6
2026-06-21T03:23:39.7057205Z    Compiling ed25519-dalek v2.2.0
2026-06-21T03:23:39.8390564Z    Compiling derive_builder_core v0.20.2
2026-06-21T03:23:40.0930979Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T03:23:40.3391335Z    Compiling tinystr v0.8.3
2026-06-21T03:23:40.3541983Z    Compiling potential_utf v0.1.5
2026-06-21T03:23:40.4380761Z    Compiling n0-error-macros v0.1.3
2026-06-21T03:23:40.5060597Z    Compiling icu_locale_core v2.2.0
2026-06-21T03:23:40.5301302Z    Compiling icu_collections v2.2.0
2026-06-21T03:23:40.5430737Z    Compiling spez v0.1.2
2026-06-21T03:23:40.9360452Z    Compiling der v0.8.0-rc.10
2026-06-21T03:23:40.9449842Z    Compiling pin-project-internal v1.1.13
2026-06-21T03:23:41.0390400Z    Compiling derive_builder_macro v0.20.2
2026-06-21T03:23:41.3059770Z    Compiling thiserror-impl v1.0.69
2026-06-21T03:23:41.3083513Z    Compiling derive_builder v0.20.2
2026-06-21T03:23:41.4554913Z    Compiling ref-cast-impl v1.0.25
2026-06-21T03:23:41.6240735Z    Compiling n0-error v0.1.3
2026-06-21T03:23:41.7904520Z    Compiling icu_provider v2.2.0
2026-06-21T03:23:41.8100993Z    Compiling schemars_derive v1.2.1
2026-06-21T03:23:42.0730708Z    Compiling regex v1.12.3
2026-06-21T03:23:42.2419151Z    Compiling icu_normalizer v2.2.0
2026-06-21T03:23:42.3101243Z    Compiling icu_properties v2.2.0
2026-06-21T03:23:42.3322366Z    Compiling pin-project v1.1.13
2026-06-21T03:23:42.4130708Z    Compiling futures-executor v0.3.32
2026-06-21T03:23:42.5202894Z    Compiling spki v0.8.0-rc.4
2026-06-21T03:23:42.6434299Z    Compiling ipnet v2.12.0
2026-06-21T03:23:42.7157751Z    Compiling serde_spanned v0.6.9
2026-06-21T03:23:42.7445231Z    Compiling toml_datetime v0.6.11
2026-06-21T03:23:42.8391776Z    Compiling filedescriptor v0.8.3
2026-06-21T03:23:42.8397741Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T03:23:42.8900359Z    Compiling futures v0.3.32
2026-06-21T03:23:42.9871001Z    Compiling toml_edit v0.22.27
2026-06-21T03:23:43.0482417Z    Compiling prefix-trie v0.8.4
2026-06-21T03:23:43.0601536Z    Compiling portable-pty v0.8.1
2026-06-21T03:23:43.0780591Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T03:23:43.3208777Z    Compiling once_cell v1.21.4
2026-06-21T03:23:43.4129145Z    Compiling cobs v0.3.0
2026-06-21T03:23:43.5743273Z    Compiling tracing-core v0.1.36
2026-06-21T03:23:43.5935354Z    Compiling tempfile v3.27.0
2026-06-21T03:23:43.6778620Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T03:23:43.7851480Z    Compiling hashbrown v0.14.5
2026-06-21T03:23:43.8127112Z    Compiling idna_adapter v1.2.2
2026-06-21T03:23:43.8352091Z    Compiling schemars v1.2.1
2026-06-21T03:23:43.8700967Z    Compiling postcard-derive v0.2.2
2026-06-21T03:23:43.9135857Z    Compiling derive_more v2.1.1
2026-06-21T03:23:43.9561069Z    Compiling idna v1.1.0
2026-06-21T03:23:44.1240762Z    Compiling tracing v0.1.44
2026-06-21T03:23:44.1411046Z    Compiling data-encoding-macro v0.1.20
2026-06-21T03:23:44.2147364Z    Compiling rustls-native-certs v0.8.4
2026-06-21T03:23:44.2902846Z    Compiling tokio-util v0.7.18
2026-06-21T03:23:44.3025703Z    Compiling netlink-sys v0.8.8
2026-06-21T03:23:44.4736648Z    Compiling url v2.5.8
2026-06-21T03:23:44.5071062Z    Compiling hashlink v0.9.1
2026-06-21T03:23:44.5383268Z    Compiling postcard v1.1.3
2026-06-21T03:23:44.6024499Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T03:23:44.6854130Z    Compiling tower v0.5.3
2026-06-21T03:23:44.8666475Z    Compiling rusqlite v0.32.1
2026-06-21T03:23:44.9238099Z    Compiling enum-assoc v1.3.0
2026-06-21T03:23:44.9322102Z    Compiling num_enum_derive v0.7.6
2026-06-21T03:23:44.9951127Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T03:23:45.0181511Z    Compiling async-trait v0.1.89
2026-06-21T03:23:45.0310463Z    Compiling strum_macros v0.28.0
2026-06-21T03:23:45.2112749Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T03:23:45.2831548Z    Compiling h2 v0.4.14
2026-06-21T03:23:45.3571136Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T03:23:45.4330713Z    Compiling xml-rs v0.8.28
2026-06-21T03:23:45.4370305Z    Compiling lru-slab v0.1.2
2026-06-21T03:23:45.5511044Z    Compiling foldhash v0.2.0
2026-06-21T03:23:45.7271120Z    Compiling toml v0.8.23
2026-06-21T03:23:45.7468749Z    Compiling identity-hash v0.1.0
2026-06-21T03:23:45.8545735Z    Compiling mac-addr v0.3.0
2026-06-21T03:23:45.8940641Z    Compiling hashbrown v0.16.1
2026-06-21T03:23:46.0420501Z    Compiling netdev v0.42.0
2026-06-21T03:23:46.1449224Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T03:23:46.1580761Z    Compiling num_enum v0.7.6
2026-06-21T03:23:46.2307880Z    Compiling xmltree v0.10.3
2026-06-21T03:23:46.2640483Z    Compiling iroh-metrics v0.38.3
2026-06-21T03:23:46.4580864Z    Compiling n0-watcher v0.6.1
2026-06-21T03:23:46.7305654Z    Compiling iroh-base v0.98.0
2026-06-21T03:23:46.7611206Z    Compiling attohttpc v0.30.1
2026-06-21T03:23:46.8090696Z    Compiling tower-http v0.6.11
2026-06-21T03:23:46.8468309Z    Compiling tokio-stream v0.1.18
2026-06-21T03:23:46.9042744Z    Compiling iroh-relay v0.98.0
2026-06-21T03:23:47.1570617Z    Compiling netlink-proto v0.12.0
2026-06-21T03:23:47.2384699Z    Compiling moka v0.12.15
2026-06-21T03:23:47.5069548Z    Compiling netlink-packet-route v0.30.0
2026-06-21T03:23:47.5390688Z    Compiling simple-dns v0.9.3
2026-06-21T03:23:47.5910950Z    Compiling constant_time_eq v0.4.2
2026-06-21T03:23:47.6320510Z    Compiling arrayref v0.3.9
2026-06-21T03:23:47.7039441Z    Compiling resolv-conf v0.7.6
2026-06-21T03:23:47.7374641Z    Compiling smol_str v0.1.24
2026-06-21T03:23:47.7850916Z    Compiling arrayvec v0.7.6
2026-06-21T03:23:47.7968705Z    Compiling strum v0.28.0
2026-06-21T03:23:47.9026589Z    Compiling simdutf8 v0.1.5
2026-06-21T03:23:47.9728431Z    Compiling sha1_smol v1.0.1
2026-06-21T03:23:48.2019672Z    Compiling lru v0.16.4
2026-06-21T03:23:48.2391293Z    Compiling webpki-roots v1.0.7
2026-06-21T03:23:48.2530755Z    Compiling serde_bytes v0.11.19
2026-06-21T03:23:48.2570701Z    Compiling hmac v0.12.1
2026-06-21T03:23:48.3458234Z    Compiling seize v0.5.1
2026-06-21T03:23:48.3991271Z    Compiling iroh v0.98.2
2026-06-21T03:23:48.3995272Z    Compiling cmov v0.5.4
2026-06-21T03:23:48.4440905Z    Compiling hkdf v0.12.4
2026-06-21T03:23:48.5319782Z    Compiling backon v1.6.0
2026-06-21T03:23:48.5710740Z    Compiling spake2 v0.4.0
2026-06-21T03:23:48.5898921Z    Compiling sha1 v0.10.6
2026-06-21T03:23:48.6090455Z    Compiling papaya v0.2.4
2026-06-21T03:23:48.6526477Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T03:23:48.6717321Z    Compiling ctutils v0.4.2
2026-06-21T03:23:48.6861745Z    Compiling doctest-file v1.1.1
2026-06-21T03:23:48.7360709Z    Compiling errno v0.3.14
2026-06-21T03:23:48.7980749Z    Compiling signal-hook v0.3.18
2026-06-21T03:23:48.8447851Z    Compiling darling_core v0.23.0
2026-06-21T03:23:48.8590709Z    Compiling utf8parse v0.2.2
2026-06-21T03:23:48.8820687Z    Compiling signal-hook-registry v1.4.8
2026-06-21T03:23:48.9367543Z    Compiling iroh-dns v0.98.0
2026-06-21T03:23:48.9470210Z    Compiling rustix v0.38.44
2026-06-21T03:23:48.9584694Z    Compiling anstyle-parse v1.0.0
2026-06-21T03:23:48.9815856Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T03:23:48.9981740Z    Compiling foldhash v0.1.5
2026-06-21T03:23:49.0677527Z    Compiling anstyle v1.0.14
2026-06-21T03:23:49.1852078Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T03:23:49.2044139Z    Compiling interprocess v2.4.2
2026-06-21T03:23:49.2046018Z    Compiling linux-raw-sys v0.4.15
2026-06-21T03:23:49.2763730Z    Compiling instability v0.3.12
2026-06-21T03:23:49.3570794Z    Compiling anstyle-query v1.1.5
2026-06-21T03:23:49.4071256Z    Compiling colorchoice v1.0.5
2026-06-21T03:23:49.4501057Z    Compiling signal-hook-mio v0.2.5
2026-06-21T03:23:49.4939383Z    Compiling anstream v1.0.0
2026-06-21T03:23:49.5084827Z    Compiling hashbrown v0.15.5
2026-06-21T03:23:49.5351687Z    Compiling strum_macros v0.26.4
2026-06-21T03:23:49.5509874Z    Compiling terminal_size v0.4.4
2026-06-21T03:23:49.6021093Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T03:23:49.6690683Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T03:23:49.8901115Z    Compiling itertools v0.13.0
2026-06-21T03:23:50.1340656Z    Compiling castaway v0.2.4
2026-06-21T03:23:50.1704437Z    Compiling clap_lex v1.1.0
2026-06-21T03:23:50.2540613Z    Compiling indoc v2.0.7
2026-06-21T03:23:50.3783621Z    Compiling static_assertions v1.1.0
2026-06-21T03:23:50.4355005Z    Compiling unicode-width v0.1.14
2026-06-21T03:23:50.4490770Z    Compiling compact_str v0.8.2
2026-06-21T03:23:50.4590613Z    Compiling clap_builder v4.6.0
2026-06-21T03:23:50.7109714Z    Compiling crossterm v0.28.1
2026-06-21T03:23:50.7470860Z    Compiling lru v0.12.5
2026-06-21T03:23:50.9530637Z    Compiling hyper v1.10.1
2026-06-21T03:23:50.9937830Z    Compiling clap_derive v4.6.1
2026-06-21T03:23:51.0060929Z    Compiling iana-time-zone v0.1.65
2026-06-21T03:23:51.4370747Z    Compiling cassowary v0.3.0
2026-06-21T03:23:51.4713081Z    Compiling unicode-width v0.2.0
2026-06-21T03:23:51.7520404Z    Compiling chrono v0.4.45
2026-06-21T03:23:51.7821357Z    Compiling nucleo-matcher v0.3.1
2026-06-21T03:23:51.9375645Z    Compiling strum v0.26.3
2026-06-21T03:23:51.9531128Z    Compiling unicode-truncate v1.1.0
2026-06-21T03:23:52.0990543Z    Compiling qrcode v0.14.1
2026-06-21T03:23:52.4070623Z    Compiling darling_macro v0.23.0
2026-06-21T03:23:52.5449923Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T03:23:52.7390094Z    Compiling darling v0.23.0
2026-06-21T03:23:52.8490344Z    Compiling hyper-util v0.1.20
2026-06-21T03:23:53.2228669Z    Compiling mock-adapter v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-21T03:23:53.5792189Z    Compiling clap v4.6.1
2026-06-21T03:23:53.7232399Z    Compiling ratatui v0.29.0
2026-06-21T03:23:54.8451079Z    Compiling igd-next v0.17.1
2026-06-21T03:23:56.2778349Z    Compiling portmapper v0.16.0
2026-06-21T03:24:03.8439691Z    Compiling rustls-webpki v0.103.13
2026-06-21T03:24:06.2186431Z    Compiling tokio-rustls v0.26.4
2026-06-21T03:24:06.2187103Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T03:24:06.2187632Z    Compiling noq-proto v0.17.0
2026-06-21T03:24:06.3593209Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T03:24:06.3594167Z    Compiling hyper-rustls v0.27.9
2026-06-21T03:24:06.3594540Z    Compiling tokio-websockets v0.13.2
2026-06-21T03:24:06.4992887Z    Compiling reqwest v0.13.4
2026-06-21T03:24:07.4416906Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T03:24:21.0200925Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T03:24:22.4619443Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T03:24:30.9847620Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T03:24:30.9943047Z    Compiling xtask v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-21T03:25:13.3827508Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 44s
2026-06-21T03:25:13.9581042Z ────────────
2026-06-21T03:25:13.9584715Z  Nextest run ID f95ea256-f93a-40d6-a337-b5cddb67b48f with nextest profile: default
2026-06-21T03:25:13.9585435Z     Starting 1246 tests across 87 binaries (1 test skipped)
2026-06-21T03:25:13.9864023Z         PASS [   0.023s] (   1/1246) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-21T03:25:13.9865311Z         PASS [   0.024s] (   2/1246) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-21T03:25:13.9875939Z         PASS [   0.024s] (   3/1246) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-21T03:25:15.6957007Z         PASS [   1.739s] (   4/1246) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-21T03:25:15.6995975Z         PASS [   0.004s] (   5/1246) spt::job_escape_e2e daemon_survives_terminal_close_via_session_detachment
2026-06-21T03:25:16.0767547Z         PASS [   2.096s] (   6/1246) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-06-21T03:25:16.1215270Z         PASS [   2.165s] (   7/1246) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-21T03:25:16.6858092Z         PASS [   0.986s] (   8/1246) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-21T03:25:16.8785419Z         PASS [   2.922s] (   9/1246) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-21T03:25:16.9858404Z         PASS [   3.030s] (  10/1246) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-21T03:25:17.1033089Z         PASS [   3.123s] (  11/1246) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-21T03:25:17.8175968Z         PASS [   3.861s] (  12/1246) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-21T03:25:18.1843491Z         PASS [   2.107s] (  13/1246) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-21T03:25:18.1953789Z         PASS [   0.011s] (  14/1246) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-21T03:25:18.2170928Z         PASS [   0.022s] (  15/1246) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-21T03:25:18.2688603Z         PASS [   0.052s] (  16/1246) spt::oneliner_e2e at_logon_task_launches_daemon_in_background_not_foreground
2026-06-21T03:25:18.2727839Z         PASS [   0.004s] (  17/1246) spt::oneliner_e2e install_script_against_staged_release
2026-06-21T03:25:19.0366979Z         PASS [   1.219s] (  18/1246) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-21T03:25:19.6260380Z         PASS [   3.504s] (  19/1246) spt::live_resolve_e2e listen_without_adapter_resolves_from_host_binaries
2026-06-21T03:25:20.2391497Z         PASS [   0.613s] (  20/1246) spt::ready_resume_ledger_e2e ready_bind_ledgers_and_reconcile_hosts_no_psyche
2026-06-21T03:25:20.2588321Z         PASS [   0.020s] (  21/1246) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-21T03:25:20.9272955Z         PASS [   2.652s] (  22/1246) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-21T03:25:21.8059455Z         PASS [   2.769s] (  23/1246) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-21T03:25:23.5680433Z         PASS [   2.642s] (  24/1246) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-21T03:25:24.7984806Z         PASS [   2.993s] (  25/1246) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-21T03:25:28.2202310Z         PASS [   4.652s] (  26/1246) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-21T03:25:28.3319253Z         PASS [   3.534s] (  27/1246) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-21T03:25:28.3616889Z         PASS [   0.029s] (  28/1246) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-21T03:25:28.5162683Z         PASS [   0.154s] (  29/1246) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-21T03:25:28.7340243Z         PASS [   0.216s] (  30/1246) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-21T03:25:28.7960158Z         PASS [   0.060s] (  31/1246) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-21T03:25:28.8281700Z         PASS [   0.034s] (  32/1246) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-21T03:25:28.8391056Z         PASS [   0.011s] (  33/1246) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-21T03:25:28.8550178Z         PASS [   0.013s] (  34/1246) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-21T03:25:28.8650579Z         PASS [   0.013s] (  35/1246) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-21T03:25:28.8801838Z         PASS [   0.015s] (  36/1246) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-21T03:25:29.0202788Z         PASS [   0.140s] (  37/1246) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-21T03:25:29.0324878Z         PASS [   0.012s] (  38/1246) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-21T03:25:30.0105568Z         PASS [   0.978s] (  39/1246) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-21T03:25:30.1350151Z         PASS [   0.124s] (  40/1246) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-21T03:25:30.1870078Z         PASS [   0.052s] (  41/1246) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-21T03:25:30.3032778Z         PASS [   0.117s] (  42/1246) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-21T03:25:30.3270319Z         PASS [   0.024s] (  43/1246) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-21T03:25:30.3810146Z         PASS [   0.053s] (  44/1246) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-21T03:25:30.5266635Z         PASS [   0.142s] (  45/1246) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-21T03:25:30.5460170Z         PASS [   0.022s] (  46/1246) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-21T03:25:30.5740158Z         PASS [   0.028s] (  47/1246) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-21T03:25:30.5893174Z         PASS [   0.016s] (  48/1246) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-21T03:25:30.6060481Z         PASS [   0.015s] (  49/1246) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-21T03:25:30.6219911Z         PASS [   0.015s] (  50/1246) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-21T03:25:30.6339867Z         PASS [   0.014s] (  51/1246) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-21T03:25:30.6489971Z         PASS [   0.014s] (  52/1246) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-21T03:25:30.6669986Z         PASS [   0.018s] (  53/1246) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-21T03:25:30.6940088Z         PASS [   0.025s] (  54/1246) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-21T03:25:30.7427692Z         PASS [   0.048s] (  55/1246) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-21T03:25:30.7890168Z         PASS [   0.049s] (  56/1246) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-21T03:25:30.8490053Z         PASS [   0.059s] (  57/1246) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-21T03:25:30.9130204Z         PASS [   0.064s] (  58/1246) spt::bin/spt api::startup::tests::bind_records_cwd_so_picker_can_group_by_project
2026-06-21T03:25:30.9650000Z         PASS [   0.052s] (  59/1246) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-21T03:25:31.0130531Z         PASS [   0.046s] (  60/1246) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-21T03:25:31.0772887Z         PASS [   0.065s] (  61/1246) spt::bin/spt api::startup::tests::establish_stamps_controllable_by_hosting_mode
2026-06-21T03:25:31.1170115Z         PASS [   0.040s] (  62/1246) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-21T03:25:31.1509925Z         PASS [   0.033s] (  63/1246) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-21T03:25:31.2000235Z         PASS [   0.049s] (  64/1246) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-21T03:25:31.2552754Z         PASS [   0.056s] (  65/1246) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-21T03:25:31.3270095Z         PASS [   0.069s] (  66/1246) spt::bin/spt api::startup::tests::revive_without_cwd_preserves_prior_cwd
2026-06-21T03:25:31.3689987Z         PASS [   0.043s] (  67/1246) spt::bin/spt api::startup::tests::seed_bind_records_seed_captured_cwd
2026-06-21T03:25:31.3921513Z         PASS [   0.025s] (  68/1246) spt::bin/spt api::startup::tests::seed_fail_eof_gives_actionable_stale_broker_hint
2026-06-21T03:25:31.4300041Z         PASS [   0.037s] (  69/1246) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-21T03:25:31.4719958Z         PASS [   0.041s] (  70/1246) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-21T03:25:31.4959833Z         PASS [   0.024s] (  71/1246) spt::bin/spt api::tests::adapter_is_optional
2026-06-21T03:25:31.5079873Z         PASS [   0.012s] (  72/1246) spt::bin/spt api::tests::ctx_manifest_override_wins_when_manifest_present
2026-06-21T03:25:31.5260075Z         PASS [   0.017s] (  73/1246) spt::bin/spt api::tests::ctx_manifest_resolves_from_registry_when_manifest_absent
2026-06-21T03:25:31.5620147Z         PASS [   0.037s] (  74/1246) spt::bin/spt api::tests::ctx_manifest_unregistered_no_manifest_is_none_not_fatal
2026-06-21T03:25:31.5850107Z         PASS [   0.023s] (  75/1246) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-21T03:25:31.6084739Z         PASS [   0.023s] (  76/1246) spt::bin/spt api::tests::state_value_is_validated
2026-06-21T03:25:31.6299810Z         PASS [   0.021s] (  77/1246) spt::bin/spt api::tests::surface_parses
2026-06-21T03:25:31.6419817Z         PASS [   0.012s] (  78/1246) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-21T03:25:31.6549968Z         PASS [   0.013s] (  79/1246) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-21T03:25:31.7620111Z         PASS [   0.105s] (  80/1246) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-21T03:25:31.8334879Z         PASS [   0.073s] (  81/1246) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-21T03:25:31.8630064Z         PASS [   0.029s] (  82/1246) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-21T03:25:31.9029976Z         PASS [   0.039s] (  83/1246) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-21T03:25:31.9730081Z         PASS [   0.071s] (  84/1246) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-21T03:25:32.0450197Z         PASS [   0.072s] (  85/1246) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-21T03:25:32.0750000Z         PASS [   0.031s] (  86/1246) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-21T03:25:32.1139868Z         PASS [   0.037s] (  87/1246) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-21T03:25:32.1469852Z         PASS [   0.035s] (  88/1246) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-21T03:25:32.1749987Z         PASS [   0.027s] (  89/1246) spt::bin/spt cli::tests::adapter_use_sets_and_clears_pointer
2026-06-21T03:25:32.2150258Z         PASS [   0.038s] (  90/1246) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-21T03:25:32.2249898Z         PASS [   0.012s] (  91/1246) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-21T03:25:32.2390091Z         PASS [   0.013s] (  92/1246) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-21T03:25:32.2489879Z         PASS [   0.011s] (  93/1246) spt::bin/spt cli::tests::bare_tty_guard
2026-06-21T03:25:32.2695420Z         PASS [   0.021s] (  94/1246) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-21T03:25:32.2860065Z         PASS [   0.016s] (  95/1246) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-21T03:25:32.2979842Z         PASS [   0.012s] (  96/1246) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-21T03:25:32.3460177Z         PASS [   0.045s] (  97/1246) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-21T03:25:32.3819967Z         PASS [   0.038s] (  98/1246) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-21T03:25:32.4420191Z         PASS [   0.060s] (  99/1246) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-21T03:25:32.4659912Z         PASS [   0.025s] ( 100/1246) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-21T03:25:32.5227787Z         PASS [   0.054s] ( 101/1246) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-21T03:25:32.5449837Z         PASS [   0.025s] ( 102/1246) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-21T03:25:32.5699910Z         PASS [   0.025s] ( 103/1246) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-21T03:25:32.5939927Z         PASS [   0.022s] ( 104/1246) spt::bin/spt cli::tests::endpoint_list_subnet_rows_align_and_label
2026-06-21T03:25:32.8189982Z         PASS [   0.227s] ( 105/1246) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-21T03:25:32.8389914Z         PASS [   0.020s] ( 106/1246) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-21T03:25:32.8899830Z         PASS [   0.051s] ( 107/1246) spt::bin/spt cli::tests::endpoint_stop_marks_offline
2026-06-21T03:25:32.9389922Z         PASS [   0.049s] ( 108/1246) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-21T03:25:32.9620065Z         PASS [   0.023s] ( 109/1246) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-21T03:25:33.5629993Z         PASS [   0.600s] ( 110/1246) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-21T03:25:33.5839909Z         PASS [   0.022s] ( 111/1246) spt::bin/spt cli::tests::gh_release_version_compare_decision
2026-06-21T03:25:33.6164548Z         PASS [   0.031s] ( 112/1246) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-21T03:25:33.6469880Z         PASS [   0.032s] ( 113/1246) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-21T03:25:33.6919901Z         PASS [   0.044s] ( 114/1246) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-21T03:25:33.7242273Z         PASS [   0.032s] ( 115/1246) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-21T03:25:33.7489840Z         PASS [   0.024s] ( 116/1246) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-21T03:25:33.7699833Z         PASS [   0.021s] ( 117/1246) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-21T03:25:33.7940290Z         PASS [   0.024s] ( 118/1246) spt::bin/spt cli::tests::local_section_always_renders_local_perches
2026-06-21T03:25:33.8239953Z         PASS [   0.031s] ( 119/1246) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-21T03:25:33.8389927Z         PASS [   0.014s] ( 120/1246) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-21T03:25:33.9109922Z         PASS [   0.072s] ( 121/1246) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-21T03:25:33.9319902Z         PASS [   0.021s] ( 122/1246) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-21T03:25:33.9529995Z         PASS [   0.021s] ( 123/1246) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-21T03:25:33.9749939Z         PASS [   0.023s] ( 124/1246) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-21T03:25:34.0039934Z         PASS [   0.029s] ( 125/1246) spt::bin/spt cli::tests::notify_surface_parses
2026-06-21T03:25:34.0309965Z         PASS [   0.026s] ( 126/1246) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-21T03:25:35.5979981Z         PASS [  21.641s] ( 127/1246) spt::bind_cwd_project_e2e endpoint_run_records_cwd_and_appears_under_its_project
2026-06-21T03:25:35.6161020Z         PASS [   0.019s] ( 128/1246) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-21T03:25:35.6360323Z         PASS [   0.018s] ( 129/1246) spt::bin/spt cli::tests::poll_online_fastpath_timeout_and_later_success
2026-06-21T03:25:36.1794187Z         PASS [   0.545s] ( 130/1246) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-21T03:25:36.3956940Z         PASS [   0.216s] ( 131/1246) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-21T03:25:36.5600656Z         PASS [   0.162s] ( 132/1246) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-21T03:25:36.5720638Z         PASS [   0.010s] ( 133/1246) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-21T03:25:36.5815985Z         PASS [   0.013s] ( 134/1246) spt::bin/spt cli::tests::purge_offline_gate_and_self_guard
2026-06-21T03:25:36.6991311Z         PASS [  19.595s] ( 135/1246) spt::livehost_psyche_fail_e2e online_live_agent_with_missing_psyche_binary_stamps_a_harness_reachable_error
2026-06-21T03:25:36.7650244Z         PASS [   0.064s] ( 136/1246) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-06-21T03:25:36.7780220Z         PASS [   0.015s] ( 137/1246) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-21T03:25:36.8412321Z         PASS [   0.063s] ( 138/1246) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-21T03:25:36.8680307Z         PASS [   0.023s] ( 139/1246) spt::bin/spt cli::tests::self_pin_annotates_psyche_host_failure
2026-06-21T03:25:36.8990811Z         PASS [   0.031s] ( 140/1246) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-21T03:25:36.9240048Z         PASS [   0.025s] ( 141/1246) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-21T03:25:36.9470107Z         PASS [   0.024s] ( 142/1246) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-21T03:25:37.0740041Z         PASS [   0.492s] ( 143/1246) spt::bin/spt cli::tests::purge_removes_every_record
2026-06-21T03:25:37.1034696Z         PASS [   0.030s] ( 144/1246) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-21T03:25:37.1308311Z         PASS [   0.027s] ( 145/1246) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-21T03:25:37.2239976Z         PASS [   0.277s] ( 146/1246) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-21T03:25:37.2819516Z         PASS [   0.058s] ( 147/1246) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-21T03:25:37.2930125Z         PASS [   0.160s] ( 148/1246) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-21T03:25:37.3282136Z         PASS [   0.037s] ( 149/1246) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-21T03:25:37.3573197Z         PASS [   0.029s] ( 150/1246) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-21T03:25:37.3871391Z         PASS [   0.029s] ( 151/1246) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-21T03:25:37.3999930Z         PASS [   0.012s] ( 152/1246) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-21T03:25:37.4329428Z         PASS [  23.453s] ( 153/1246) spt::dummy_harness_e2e endpoint_run_brings_up_a_long_lived_dummy_harness_and_rc_attaches
2026-06-21T03:25:37.4342108Z         PASS [   0.034s] ( 154/1246) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-21T03:25:37.4503081Z         PASS [   0.017s] ( 155/1246) spt::bin/spt cli::tests::subcommands_parse
2026-06-21T03:25:37.4795066Z         PASS [   0.029s] ( 156/1246) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-21T03:25:37.4972347Z         PASS [   0.017s] ( 157/1246) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-21T03:25:37.5095970Z         PASS [   0.012s] ( 158/1246) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-21T03:25:37.5169224Z         PASS [   0.084s] ( 159/1246) spt::bin/spt cli::tests::spt_hosted_no_relay_detection
2026-06-21T03:25:37.5193188Z         PASS [   0.009s] ( 160/1246) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-21T03:25:37.5289742Z         PASS [   0.009s] ( 161/1246) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-21T03:25:37.5358554Z         PASS [   0.018s] ( 162/1246) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-21T03:25:37.5467203Z         PASS [   0.011s] ( 163/1246) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-21T03:25:37.5471978Z         PASS [   0.018s] ( 164/1246) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-21T03:25:37.5559797Z         PASS [   0.009s] ( 165/1246) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-21T03:25:37.5599971Z         PASS [   0.011s] ( 166/1246) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-21T03:25:37.5670404Z         PASS [   0.011s] ( 167/1246) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-21T03:25:37.5710091Z         PASS [   0.010s] ( 168/1246) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-21T03:25:37.5775824Z         PASS [   0.009s] ( 169/1246) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-21T03:25:37.5777696Z         PASS [   0.011s] ( 170/1246) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-21T03:25:37.5880949Z         PASS [   0.010s] ( 171/1246) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-21T03:25:37.5917206Z         PASS [   0.011s] ( 172/1246) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-21T03:25:37.5981322Z         PASS [   0.010s] ( 173/1246) spt::bin/spt helpfmt::tests::atx_header_at_line_start_strips_and_bolds
2026-06-21T03:25:37.5982674Z         PASS [   0.009s] ( 174/1246) spt::bin/spt helpfmt::tests::bold_styles_with_color_and_strips_without
2026-06-21T03:25:37.6159739Z         PASS [   0.010s] ( 175/1246) spt::bin/spt helpfmt::tests::color_enabled_truth_table
2026-06-21T03:25:37.6160791Z         PASS [   0.013s] ( 176/1246) spt::bin/spt helpfmt::tests::code_styles_with_color_and_strips_without
2026-06-21T03:25:37.6210797Z         PASS [   0.011s] ( 177/1246) spt::bin/spt helpfmt::tests::dual_contract_token_survives_strip_mode
2026-06-21T03:25:37.6253977Z         PASS [   0.014s] ( 178/1246) spt::bin/spt helpfmt::tests::dual_contract_token_unstyled_while_prose_styles_on_color
2026-06-21T03:25:37.6302271Z         PASS [   0.011s] ( 179/1246) spt::bin/spt helpfmt::tests::empty_and_unmatched_markers_stay_literal
2026-06-21T03:25:37.6340265Z         PASS [   0.009s] ( 180/1246) spt::bin/spt helpfmt::tests::link_becomes_its_text
2026-06-21T03:25:37.6397625Z         PASS [   0.009s] ( 181/1246) spt::bin/spt helpfmt::tests::marker_never_spans_a_hard_break
2026-06-21T03:25:37.6478225Z         PASS [   0.010s] ( 182/1246) spt::bin/spt helpfmt::tests::marker_spans_a_clap_soft_wrap
2026-06-21T03:25:37.6509818Z         PASS [   0.009s] ( 183/1246) spt::bin/spt helpfmt::tests::multibyte_text_survives
2026-06-21T03:25:37.6547853Z         PASS [   0.009s] ( 184/1246) spt::bin/spt helpfmt::tests::nested_code_inside_bold_styles_both
2026-06-21T03:25:37.6599767Z         PASS [   0.009s] ( 185/1246) spt::bin/spt helpfmt::tests::plain_text_is_unchanged
2026-06-21T03:25:37.6640678Z         PASS [   0.010s] ( 186/1246) spt::bin/spt helpfmt::tests::preexisting_ansi_is_passed_through_untouched
2026-06-21T03:25:37.6690087Z         PASS [   0.009s] ( 187/1246) spt::bin/spt picker::data::tests::driven_by_display_renders_name_not_hex
2026-06-21T03:25:37.6752803Z         PASS [   0.011s] ( 188/1246) spt::bin/spt picker::data::tests::origin_project_unions_into_membership
2026-06-21T03:25:37.6799877Z         PASS [   0.011s] ( 189/1246) spt::bin/spt picker::data::tests::reconcile_overrides_subnet_with_local_roster
2026-06-21T03:25:37.6871279Z         PASS [   0.011s] ( 190/1246) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-21T03:25:37.6929973Z         PASS [   0.010s] ( 191/1246) spt::bin/spt picker::model::tests::back_unwinds
2026-06-21T03:25:37.6952845Z         PASS [   0.009s] ( 192/1246) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-21T03:25:37.7000229Z         PASS [   0.011s] ( 193/1246) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-21T03:25:37.7070793Z         PASS [   0.012s] ( 194/1246) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-21T03:25:37.7090350Z         PASS [   0.009s] ( 195/1246) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-21T03:25:37.7179874Z         PASS [   0.011s] ( 196/1246) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-21T03:25:37.7208246Z         PASS [   0.012s] ( 197/1246) spt::bin/spt picker::model::tests::display_status_four_state_type_gated
2026-06-21T03:25:37.7297686Z         PASS [   0.009s] ( 198/1246) spt::bin/spt picker::model::tests::kind_routes
2026-06-21T03:25:37.7407557Z         PASS [   0.020s] ( 199/1246) spt::bin/spt picker::model::tests::filter_narrows
2026-06-21T03:25:37.7423468Z         PASS [   0.012s] ( 200/1246) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-21T03:25:37.7540207Z         PASS [   0.014s] ( 201/1246) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-21T03:25:37.7554458Z         PASS [   0.013s] ( 202/1246) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-21T03:25:37.7628661Z         PASS [   0.010s] ( 203/1246) spt::bin/spt picker::model::tests::resume_title_render
2026-06-21T03:25:37.7648139Z         PASS [   0.010s] ( 204/1246) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-21T03:25:37.7738829Z         PASS [   0.010s] ( 205/1246) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-21T03:25:37.7790421Z         PASS [   0.009s] ( 206/1246) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-21T03:25:37.7825193Z         PASS [   0.010s] ( 207/1246) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-21T03:25:37.7870856Z         PASS [   0.010s] ( 208/1246) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-21T03:25:37.8043483Z         PASS [   0.010s] ( 209/1246) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-21T03:25:37.8044955Z         PASS [   0.013s] ( 210/1246) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-21T03:25:37.8116304Z         PASS [   0.019s] ( 211/1246) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-21T03:25:37.8143851Z         PASS [   0.015s] ( 212/1246) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-21T03:25:37.8270430Z         PASS [   0.015s] ( 213/1246) spt::bin/spt picker::view::tests::kind_buffer
2026-06-21T03:25:37.8311303Z         PASS [   0.017s] ( 214/1246) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-21T03:25:37.8430119Z         PASS [   0.016s] ( 215/1246) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-21T03:25:37.8617918Z         PASS [   0.030s] ( 216/1246) spt::bin/spt picker::view::tests::pick_status_line_four_state
2026-06-21T03:25:37.8658615Z         PASS [   0.019s] ( 217/1246) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-21T03:25:37.8770081Z         PASS [   0.015s] ( 218/1246) spt::bin/spt rc::tests::attach_offline_endpoint_short_circuits_clean
2026-06-21T03:25:37.8921338Z         PASS [   0.014s] ( 219/1246) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-21T03:25:37.8959959Z         PASS [   0.030s] ( 220/1246) spt::bin/spt rc::tests::classify_read_err_eof_is_graceful_not_fatal
2026-06-21T03:25:37.9059985Z         PASS [   0.012s] ( 221/1246) spt::bin/spt rc::tests::first_event_stall_decision
2026-06-21T03:25:37.9119883Z         PASS [   0.018s] ( 222/1246) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-21T03:25:37.9240004Z         PASS [   0.013s] ( 223/1246) spt::bin/spt rc::tests::mouse_mode_decset_scan_tracks_enable_and_sgr
2026-06-21T03:25:37.9275442Z         PASS [   0.023s] ( 224/1246) spt::bin/spt rc::tests::mouse_mode_decset_scan_survives_split_across_chunks
2026-06-21T03:25:37.9351123Z         PASS [   0.011s] ( 225/1246) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-21T03:25:37.9432393Z         PASS [   0.016s] ( 226/1246) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-21T03:25:37.9462796Z         PASS [   0.011s] ( 227/1246) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-21T03:25:38.1490127Z         PASS [   0.201s] ( 228/1246) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-21T03:25:38.1640022Z         PASS [   0.013s] ( 229/1246) spt-daemon access::tests::gate_decision_table
2026-06-21T03:25:38.1749588Z         PASS [   0.014s] ( 230/1246) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-21T03:25:38.1880886Z         PASS [   0.013s] ( 231/1246) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-21T03:25:38.2015442Z         PASS [   0.013s] ( 232/1246) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-21T03:25:38.2130150Z         PASS [   0.010s] ( 233/1246) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-21T03:25:38.2345997Z         PASS [   0.022s] ( 234/1246) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-21T03:25:38.2767045Z         PASS [   0.042s] ( 235/1246) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-21T03:25:38.2910932Z         PASS [   0.014s] ( 236/1246) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-21T03:25:38.3137932Z         PASS [   0.022s] ( 237/1246) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-21T03:25:38.3235079Z         PASS [   0.010s] ( 238/1246) spt-daemon adapter_update::tests::gh_release_is_managed_cli_side_not_in_pure_plan
2026-06-21T03:25:38.3453746Z         PASS [   0.021s] ( 239/1246) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-21T03:25:38.3597562Z         PASS [   0.014s] ( 240/1246) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-21T03:25:38.3767210Z         PASS [   0.433s] ( 241/1246) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-21T03:25:38.4026152Z         PASS [   0.043s] ( 242/1246) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-21T03:25:38.4070707Z         PASS [   0.030s] ( 243/1246) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-21T03:25:38.4393697Z         PASS [   0.037s] ( 244/1246) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-21T03:25:38.4630318Z         PASS [   0.055s] ( 245/1246) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-21T03:25:38.4787521Z         PASS [   0.039s] ( 246/1246) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-21T03:25:38.5140140Z         PASS [   0.051s] ( 247/1246) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-21T03:25:38.5352941Z         PASS [   0.022s] ( 248/1246) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-21T03:25:38.5390735Z         PASS [   0.058s] ( 249/1246) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-21T03:25:38.5462913Z         PASS [   0.010s] ( 250/1246) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-21T03:25:38.5545107Z         PASS [   0.019s] ( 251/1246) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-21T03:25:38.5642321Z         PASS [   0.015s] ( 252/1246) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-21T03:25:38.5669879Z         PASS [   0.013s] ( 253/1246) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-21T03:25:38.5756005Z         PASS [   0.009s] ( 254/1246) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-21T03:25:38.5877040Z         PASS [   0.012s] ( 255/1246) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-21T03:25:38.6028344Z         PASS [   0.015s] ( 256/1246) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-21T03:25:38.6130050Z         PASS [   0.010s] ( 257/1246) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-21T03:25:38.6380288Z         PASS [   0.024s] ( 258/1246) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-21T03:25:38.6590203Z         PASS [   0.019s] ( 259/1246) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-21T03:25:38.6971813Z         PASS [   0.037s] ( 260/1246) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-21T03:25:38.7092144Z         PASS [   0.012s] ( 261/1246) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-21T03:25:38.7250498Z         PASS [   0.015s] ( 262/1246) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-21T03:25:38.7344757Z         PASS [   0.009s] ( 263/1246) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-21T03:25:38.7850309Z         PASS [   0.220s] ( 264/1246) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-21T03:25:38.8005339Z         PASS [   0.017s] ( 265/1246) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-21T03:25:38.8439802Z         PASS [   0.043s] ( 266/1246) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-21T03:25:38.8893715Z         PASS [   0.045s] ( 267/1246) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-21T03:25:38.9582587Z         PASS [   0.223s] ( 268/1246) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-21T03:25:38.9813373Z         PASS [   0.023s] ( 269/1246) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-21T03:25:39.1072297Z         PASS [   0.217s] ( 270/1246) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-21T03:25:39.1200430Z         PASS [   0.009s] ( 271/1246) spt-daemon broker::tests::advance_delivered_is_monotonic
2026-06-21T03:25:39.1268357Z         PASS [   0.010s] ( 272/1246) spt-daemon broker::tests::apply_once_enqueues_ptywrite_exactly_once_and_dedups_replay
2026-06-21T03:25:39.2383099Z         PASS [   0.257s] ( 273/1246) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-21T03:25:39.2600799Z         PASS [   0.021s] ( 274/1246) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-21T03:25:39.2740892Z         PASS [   0.014s] ( 275/1246) spt-daemon broker::tests::input_enqueue_drops_and_stamps_on_full_then_heals_on_drain
2026-06-21T03:25:39.2846063Z         PASS [   0.010s] ( 276/1246) spt-daemon broker::tests::input_writer_preserves_strict_fifo_order_through_the_sole_writer
2026-06-21T03:25:39.2979153Z         PASS [   0.009s] ( 277/1246) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-21T03:25:39.3220002Z         PASS [   0.028s] ( 278/1246) spt-daemon broker::tests::superseded_controller_writer_is_epoch_gated_silent_one_live_writer_per_conn
2026-06-21T03:25:39.3340921Z         PASS [   0.011s] ( 279/1246) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-21T03:25:39.3427677Z         PASS [   0.009s] ( 280/1246) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-21T03:25:39.3523200Z         PASS [   0.009s] ( 281/1246) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-21T03:25:39.3629499Z         PASS [   0.010s] ( 282/1246) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-21T03:25:39.3737720Z         PASS [   0.010s] ( 283/1246) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-21T03:25:39.3890451Z         PASS [   0.012s] ( 284/1246) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-21T03:25:39.3990074Z         PASS [   0.010s] ( 285/1246) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-21T03:25:39.4128741Z         PASS [   0.016s] ( 286/1246) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-21T03:25:39.4244759Z         PASS [   0.012s] ( 287/1246) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-21T03:25:39.4341021Z         PASS [   0.009s] ( 288/1246) spt-daemon config::tests::missing_file_is_default
2026-06-21T03:25:39.4446918Z         PASS [   0.010s] ( 289/1246) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-21T03:25:39.4586951Z         PASS [   0.014s] ( 290/1246) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-21T03:25:39.4696331Z         PASS [   0.011s] ( 291/1246) spt-daemon config::tests::save_load_roundtrip
2026-06-21T03:25:39.4791154Z         PASS [   0.009s] ( 292/1246) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-21T03:25:39.4900390Z         PASS [   0.011s] ( 293/1246) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-21T03:25:39.5045379Z         PASS [   0.014s] ( 294/1246) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-21T03:25:39.5380389Z         PASS [   0.031s] ( 295/1246) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-21T03:25:39.5507525Z         PASS [   0.015s] ( 296/1246) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-21T03:25:39.5658431Z         PASS [   0.014s] ( 297/1246) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-21T03:25:39.5759459Z         PASS [   0.011s] ( 298/1246) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-21T03:25:39.5865517Z         PASS [   0.010s] ( 299/1246) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-21T03:25:39.5967970Z         PASS [   0.010s] ( 300/1246) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-21T03:25:39.6065042Z         PASS [   0.009s] ( 301/1246) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-21T03:25:39.6156599Z         PASS [   0.009s] ( 302/1246) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-21T03:25:39.6245040Z         PASS [   0.009s] ( 303/1246) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-21T03:25:39.6331774Z         PASS [   0.009s] ( 304/1246) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-21T03:25:39.6422286Z         PASS [   0.009s] ( 305/1246) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-21T03:25:39.6548030Z         PASS [   0.012s] ( 306/1246) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-21T03:25:39.6649991Z         PASS [   0.010s] ( 307/1246) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-21T03:25:39.6743225Z         PASS [   0.009s] ( 308/1246) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-21T03:25:39.6875094Z         PASS [   0.013s] ( 309/1246) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-06-21T03:25:39.6970107Z         PASS [   0.009s] ( 310/1246) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-21T03:25:39.7057366Z         PASS [   0.008s] ( 311/1246) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-21T03:25:39.7155437Z         PASS [   0.010s] ( 312/1246) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-06-21T03:25:39.7245310Z         PASS [   0.009s] ( 313/1246) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-21T03:25:39.7799487Z         PASS [   0.055s] ( 314/1246) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-21T03:25:39.7970997Z         PASS [   0.013s] ( 315/1246) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-21T03:25:39.8050225Z         PASS [   0.012s] ( 316/1246) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-21T03:25:39.8165814Z         PASS [   0.011s] ( 317/1246) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-21T03:25:39.8269448Z         PASS [   0.010s] ( 318/1246) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-21T03:25:39.8359909Z         PASS [   0.009s] ( 319/1246) spt-daemon digest::tests::resolve_config_precedence
2026-06-21T03:25:39.8452391Z         PASS [   0.009s] ( 320/1246) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-21T03:25:39.8545251Z         PASS [   0.009s] ( 321/1246) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-21T03:25:39.8638132Z         PASS [   0.009s] ( 322/1246) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-21T03:25:39.8729604Z         PASS [   0.009s] ( 323/1246) spt-daemon digesthub::tests::render_is_glanceable
2026-06-21T03:25:39.8821149Z         PASS [   0.009s] ( 324/1246) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-21T03:25:39.8916715Z         PASS [   0.009s] ( 325/1246) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-21T03:25:39.9012393Z         PASS [   0.009s] ( 326/1246) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-21T03:25:39.9104747Z         PASS [   0.009s] ( 327/1246) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-21T03:25:39.9196868Z         PASS [   0.009s] ( 328/1246) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-21T03:25:39.9286062Z         PASS [   0.009s] ( 329/1246) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-21T03:25:39.9376391Z         PASS [   0.009s] ( 330/1246) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-21T03:25:39.9467847Z         PASS [   0.009s] ( 331/1246) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-21T03:25:39.9721458Z         PASS [   0.025s] ( 332/1246) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-21T03:25:39.9824559Z         PASS [   0.010s] ( 333/1246) spt-daemon effect::tests::apply_once_does_not_hold_the_journal_lock_across_effect
2026-06-21T03:25:40.0053516Z         PASS [   0.023s] ( 334/1246) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-21T03:25:40.0819069Z         PASS [   0.076s] ( 335/1246) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-21T03:25:40.0928295Z         PASS [   0.011s] ( 336/1246) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-21T03:25:40.1099067Z         PASS [   0.017s] ( 337/1246) spt-daemon effect::tests::ptywrite_skips_the_durable_journal_write_while_netsend_persists
2026-06-21T03:25:40.1210022Z         PASS [   0.011s] ( 338/1246) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-21T03:25:40.1316216Z         PASS [   0.010s] ( 339/1246) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-21T03:25:40.1407216Z         PASS [   0.009s] ( 340/1246) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-21T03:25:40.1498171Z         PASS [   0.009s] ( 341/1246) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-21T03:25:40.1586107Z         PASS [   0.009s] ( 342/1246) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-21T03:25:40.1672169Z         PASS [   0.009s] ( 343/1246) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-21T03:25:40.1761984Z         PASS [   0.009s] ( 344/1246) spt-daemon grants::tests::escalation_answers_apply
2026-06-21T03:25:40.1855232Z         PASS [   0.009s] ( 345/1246) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-21T03:25:40.2964341Z         PASS [   0.111s] ( 346/1246) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-21T03:25:40.3059613Z         PASS [   0.009s] ( 347/1246) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-21T03:25:40.3152040Z         PASS [   0.009s] ( 348/1246) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-21T03:25:40.3247383Z         PASS [   0.009s] ( 349/1246) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-21T03:25:40.3377633Z         PASS [   0.009s] ( 350/1246) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-21T03:25:40.3447154Z         PASS [   0.010s] ( 351/1246) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-21T03:25:40.3574651Z         PASS [   0.012s] ( 352/1246) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-21T03:25:40.3749295Z         PASS [   0.017s] ( 353/1246) spt-daemon harnesshost::tests::prepare_fills_env_inject_values_with_substitution
2026-06-21T03:25:40.3912314Z         PASS [   0.013s] ( 354/1246) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-21T03:25:40.4021746Z         PASS [   0.011s] ( 355/1246) spt-daemon harnesshost::tests::prepare_resume_falls_back_to_self_when_no_resume_role
2026-06-21T03:25:40.4123731Z         PASS [   0.010s] ( 356/1246) spt-daemon harnesshost::tests::prepare_selects_resume_template_on_resume_else_self
2026-06-21T03:25:40.4213747Z         PASS [   0.009s] ( 357/1246) spt-daemon harnesshost::tests::prepare_threads_translation_binary_path_when_declared
2026-06-21T03:25:40.4855162Z         PASS [   0.064s] ( 358/1246) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-21T03:25:40.5511727Z         PASS [   0.065s] ( 359/1246) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-21T03:25:40.5847654Z         PASS [   0.033s] ( 360/1246) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-21T03:25:40.6088418Z         PASS [   0.024s] ( 361/1246) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-21T03:25:40.6667337Z         PASS [   0.058s] ( 362/1246) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-21T03:25:40.6994415Z         PASS [   0.032s] ( 363/1246) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-21T03:25:40.7615577Z         PASS [   0.062s] ( 364/1246) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-21T03:25:40.8249747Z         PASS [   0.063s] ( 365/1246) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-21T03:25:40.8903677Z         PASS [  26.934s] ( 366/1246) spt::dummy_harness_e2e endpoint_run_attach_awaits_online_before_attaching
2026-06-21T03:25:40.8971878Z         PASS [   0.072s] ( 367/1246) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-21T03:25:40.9259540Z         PASS [   0.035s] ( 368/1246) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-21T03:25:41.0458082Z         PASS [  27.090s] ( 369/1246) spt::attach_wedge_e2e attach_wedge_dead_child_plus_dropped_pump_does_not_wedge_the_broker
2026-06-21T03:25:41.0588128Z         PASS [   0.162s] ( 370/1246) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-21T03:25:41.0688121Z         PASS [   0.010s] ( 371/1246) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-21T03:25:41.1272038Z         PASS [   0.081s] ( 372/1246) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-06-21T03:25:41.1404718Z         PASS [   0.071s] ( 373/1246) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-21T03:25:41.1411815Z         PASS [   0.215s] ( 374/1246) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-21T03:25:41.1938476Z         PASS [   0.066s] ( 375/1246) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-21T03:25:41.2055239Z         PASS [   0.065s] ( 376/1246) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-21T03:25:41.2123757Z         PASS [   0.071s] ( 377/1246) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-21T03:25:41.2224703Z         PASS [   0.010s] ( 378/1246) spt-daemon livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling
2026-06-21T03:25:41.2296746Z         PASS [   0.035s] ( 379/1246) spt-daemon livehost::tests::boot_gate_offlines_sessionless_controllable_then_reconcile_skips_host
2026-06-21T03:25:41.2343173Z         PASS [   0.012s] ( 380/1246) spt-daemon livehost::tests::pull_liveness_marks_sessionless_spt_hosted_offline_only
2026-06-21T03:25:41.2646823Z         PASS [   0.059s] ( 381/1246) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-21T03:25:41.2652441Z         PASS [   0.036s] ( 382/1246) spt-daemon livehost::tests::pull_reconcile_offlines_perch_when_broker_session_dies
2026-06-21T03:25:41.2692924Z         PASS [   0.035s] ( 383/1246) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-06-21T03:25:41.2814550Z         PASS [   0.012s] ( 384/1246) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-06-21T03:25:41.2945836Z         PASS [   0.029s] ( 385/1246) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-06-21T03:25:41.3037505Z         PASS [   0.009s] ( 386/1246) spt-daemon livehost::tests::residency_classification
2026-06-21T03:25:41.3166039Z         PASS [   0.035s] ( 387/1246) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-06-21T03:25:41.3256777Z         PASS [   0.009s] ( 388/1246) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-21T03:25:41.3259167Z         PASS [   0.061s] ( 389/1246) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-06-21T03:25:41.3350512Z         PASS [   0.009s] ( 390/1246) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-21T03:25:41.3354027Z         PASS [   0.009s] ( 391/1246) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-21T03:25:41.3445535Z         PASS [   0.009s] ( 392/1246) spt-daemon msg::tests::input_req_absent_ack_defaults_true_n_minus_1_safe
2026-06-21T03:25:41.3447726Z         PASS [   0.009s] ( 393/1246) spt-daemon msg::tests::endpoint_input_frames_round_trip
2026-06-21T03:25:41.3535712Z         PASS [   0.009s] ( 394/1246) spt-daemon msg::tests::input_req_ack_false_round_trips_faithfully
2026-06-21T03:25:41.3537588Z         PASS [   0.009s] ( 395/1246) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-21T03:25:41.3629856Z         PASS [   0.009s] ( 396/1246) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-21T03:25:41.3634985Z         PASS [   0.010s] ( 397/1246) spt-daemon msg::tests::output_envelope_round_trips
2026-06-21T03:25:41.3721185Z         PASS [   0.009s] ( 398/1246) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-21T03:25:41.4082339Z         PASS [   0.036s] ( 399/1246) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-21T03:25:41.4473136Z         PASS [   0.039s] ( 400/1246) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-21T03:25:41.5251519Z         LEAK [   0.222s] ( 401/1246) spt-daemon livehost::tests::stop_host_reaps_the_detached_psyche_process
2026-06-21T03:25:41.5348096Z         PASS [   0.010s] ( 402/1246) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-06-21T03:25:41.5522143Z         PASS [   0.189s] ( 403/1246) spt-daemon nethost::tests::bounded_block_on_cuts_a_never_completing_op_with_an_ordinary_error
2026-06-21T03:25:41.6136837Z         PASS [   0.079s] ( 404/1246) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-21T03:25:41.7237237Z         PASS [   0.171s] ( 405/1246) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-21T03:25:41.8393408Z         PASS [   0.226s] ( 406/1246) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-21T03:25:41.9696398Z         PASS [   0.130s] ( 407/1246) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-21T03:25:41.9775125Z         PASS [   0.254s] ( 408/1246) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-21T03:25:42.0431972Z         PASS [   0.066s] ( 409/1246) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-21T03:25:42.0731707Z         PASS [   0.030s] ( 410/1246) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-21T03:25:42.1559074Z         PASS [   0.186s] ( 411/1246) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-21T03:25:42.3910924Z         PASS [   0.316s] ( 412/1246) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-21T03:25:42.4279530Z         PASS [   0.272s] ( 413/1246) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-21T03:25:42.4560345Z         PASS [   0.066s] ( 414/1246) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-21T03:25:42.5135182Z         PASS [   1.066s] ( 415/1246) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-06-21T03:25:42.6142898Z         PASS [   0.158s] ( 416/1246) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-21T03:25:42.6648354Z         PASS [   0.151s] ( 417/1246) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-21T03:25:42.6652193Z         PASS [   0.237s] ( 418/1246) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-21T03:25:42.6746515Z         PASS [   0.009s] ( 419/1246) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-21T03:25:42.6850941Z         PASS [   0.010s] ( 420/1246) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-21T03:25:42.6953554Z         PASS [   0.010s] ( 421/1246) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-21T03:25:42.7051782Z         PASS [   0.010s] ( 422/1246) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-21T03:25:42.7154276Z         PASS [   0.010s] ( 423/1246) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-21T03:25:42.7217394Z         PASS [   0.107s] ( 424/1246) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-21T03:25:42.7240976Z         PASS [   0.009s] ( 425/1246) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-21T03:25:42.7824126Z         PASS [   0.117s] ( 426/1246) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-21T03:25:42.8542841Z         PASS [   0.132s] ( 427/1246) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-21T03:25:42.9125290Z         PASS [   0.130s] ( 428/1246) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-21T03:25:42.9484693Z         PASS [   0.224s] ( 429/1246) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-21T03:25:42.9914187Z         PASS [   0.137s] ( 430/1246) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-21T03:25:43.0373819Z         PASS [   0.125s] ( 431/1246) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-21T03:25:43.1164100Z         PASS [   0.125s] ( 432/1246) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-21T03:25:43.1276061Z         PASS [   0.011s] ( 433/1246) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-21T03:25:43.1367675Z         PASS [   0.009s] ( 434/1246) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-21T03:25:43.1491717Z         PASS [   0.012s] ( 435/1246) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-21T03:25:43.1561483Z         PASS [   0.208s] ( 436/1246) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-21T03:25:43.1587874Z         PASS [   0.010s] ( 437/1246) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-21T03:25:43.1645959Z         PASS [   0.008s] ( 438/1246) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-21T03:25:43.1670886Z         PASS [   0.008s] ( 439/1246) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-21T03:25:43.1730257Z         PASS [   0.008s] ( 440/1246) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-21T03:25:43.1775421Z         PASS [   0.010s] ( 441/1246) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-21T03:25:43.1819483Z         PASS [   0.009s] ( 442/1246) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-21T03:25:43.1863309Z         PASS [   0.009s] ( 443/1246) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-21T03:25:43.1960554Z         PASS [   0.009s] ( 444/1246) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-21T03:25:43.2060615Z         PASS [   0.009s] ( 445/1246) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-21T03:25:43.2090044Z         PASS [   0.025s] ( 446/1246) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-21T03:25:43.2154334Z         PASS [   0.009s] ( 447/1246) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-21T03:25:43.2179308Z         PASS [   0.012s] ( 448/1246) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-21T03:25:43.2266098Z         PASS [   0.009s] ( 449/1246) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-21T03:25:43.2364011Z         PASS [   0.199s] ( 450/1246) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-21T03:25:43.2452036Z         PASS [   0.009s] ( 451/1246) spt-daemon reap::tests::reap_without_enroll_is_noop
2026-06-21T03:25:43.2536094Z         PASS [   0.008s] ( 452/1246) spt-daemon reconcile::tests::active_node_wins
2026-06-21T03:25:43.2555310Z         PASS [   0.040s] ( 453/1246) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-21T03:25:43.2620646Z         PASS [   0.008s] ( 454/1246) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-21T03:25:43.2637765Z         PASS [   0.008s] ( 455/1246) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-21T03:25:43.2710163Z         PASS [   0.009s] ( 456/1246) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-21T03:25:43.2783200Z         PASS [   0.052s] ( 457/1246) spt-daemon reap::tests::group_reaps_enrolled_child_and_grandchild
2026-06-21T03:25:43.2844165Z         PASS [   0.013s] ( 458/1246) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-21T03:25:43.2896050Z         PASS [   0.026s] ( 459/1246) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-21T03:25:43.2905652Z         PASS [   0.011s] ( 460/1246) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-21T03:25:43.2999089Z         PASS [   0.015s] ( 461/1246) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-21T03:25:43.3032984Z         PASS [   0.013s] ( 462/1246) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-21T03:25:43.3038663Z         PASS [   0.013s] ( 463/1246) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-21T03:25:43.3121899Z         PASS [   0.012s] ( 464/1246) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-21T03:25:43.3150128Z         PASS [   0.010s] ( 465/1246) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-21T03:25:43.3151447Z         PASS [   0.010s] ( 466/1246) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-21T03:25:43.3237965Z         PASS [   0.010s] ( 467/1246) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-21T03:25:43.3250466Z         PASS [   0.011s] ( 468/1246) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-21T03:25:43.3263041Z         PASS [   0.014s] ( 469/1246) spt-daemon registryhost::tests::erased_perch_is_advertised_offline_not_left_active
2026-06-21T03:25:43.3336216Z         PASS [   0.008s] ( 470/1246) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-21T03:25:43.3351457Z         PASS [   0.012s] ( 471/1246) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-21T03:25:43.3357243Z         PASS [   0.009s] ( 472/1246) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-21T03:25:43.3452636Z         PASS [   0.009s] ( 473/1246) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-21T03:25:43.3547245Z         PASS [   0.010s] ( 474/1246) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-21T03:25:43.3660963Z         PASS [   0.011s] ( 475/1246) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-21T03:25:43.3762691Z         PASS [   0.010s] ( 476/1246) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-21T03:25:43.3860472Z         PASS [   0.010s] ( 477/1246) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-21T03:25:43.3959633Z         PASS [   0.010s] ( 478/1246) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-21T03:25:43.4154441Z         PASS [   0.019s] ( 479/1246) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-21T03:25:43.4370141Z         PASS [   0.021s] ( 480/1246) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-21T03:25:43.4574407Z         PASS [   0.021s] ( 481/1246) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-21T03:25:43.4773800Z         PASS [   0.020s] ( 482/1246) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-21T03:25:43.4860941Z         PASS [   0.009s] ( 483/1246) spt-daemon release::tests::hex_roundtrips
2026-06-21T03:25:43.5041771Z         PASS [   0.169s] ( 484/1246) spt-daemon relay::tests::run_honors_stop
2026-06-21T03:25:43.5150277Z         PASS [   0.011s] ( 485/1246) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-21T03:25:43.5247203Z         PASS [   0.010s] ( 486/1246) spt-daemon release::tests::revoked_key_is_rejected
2026-06-21T03:25:43.5282967Z         PASS [   0.042s] ( 487/1246) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-21T03:25:43.5351712Z         PASS [   0.010s] ( 488/1246) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-21T03:25:43.5483985Z         PASS [   0.020s] ( 489/1246) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-21T03:25:43.5485545Z         PASS [   0.214s] ( 490/1246) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-21T03:25:43.5590154Z         PASS [   0.021s] ( 491/1246) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-21T03:25:43.5693000Z         PASS [   0.021s] ( 492/1246) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-21T03:25:43.5789296Z         PASS [   0.021s] ( 493/1246) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-21T03:25:43.5801523Z         PASS [   0.031s] ( 494/1246) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-21T03:25:43.5913088Z         PASS [   0.022s] ( 495/1246) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-21T03:25:43.5995394Z         PASS [   0.020s] ( 496/1246) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-21T03:25:43.6004158Z         PASS [   0.020s] ( 497/1246) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-21T03:25:43.6086815Z         PASS [   0.010s] ( 498/1246) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-21T03:25:43.6093546Z         PASS [   0.009s] ( 499/1246) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-21T03:25:43.6177773Z         PASS [   0.008s] ( 500/1246) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-21T03:25:43.6184385Z         PASS [   0.010s] ( 501/1246) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-21T03:25:43.6279545Z         PASS [   0.009s] ( 502/1246) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-21T03:25:43.6327468Z         PASS [   0.042s] ( 503/1246) spt-daemon release::tests::verify_detached_signs_raw_artifact_bytes
2026-06-21T03:25:43.6368151Z         PASS [   0.009s] ( 504/1246) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-21T03:25:43.6415975Z         PASS [   0.009s] ( 505/1246) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-21T03:25:43.6502214Z         PASS [   0.032s] ( 506/1246) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-21T03:25:43.6517450Z         PASS [   0.010s] ( 507/1246) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-21T03:25:43.6605249Z         PASS [   0.009s] ( 508/1246) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-21T03:25:43.6614678Z         PASS [   0.009s] ( 509/1246) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-21T03:25:43.6765183Z         PASS [   0.017s] ( 510/1246) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-21T03:25:43.6777050Z         PASS [   0.016s] ( 511/1246) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-21T03:25:43.6893212Z         PASS [   0.052s] ( 512/1246) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-21T03:25:43.6927688Z         PASS [   0.016s] ( 513/1246) spt-daemon seedmap::tests::request_stop_barrier_holds_until_no_listener
2026-06-21T03:25:43.6932942Z         PASS [   0.016s] ( 514/1246) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-21T03:25:43.7024466Z         PASS [   0.009s] ( 515/1246) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-21T03:25:43.7031264Z         PASS [   0.010s] ( 516/1246) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-21T03:25:43.7057387Z         PASS [   0.016s] ( 517/1246) spt-daemon seedmap::tests::take_absent_is_none
2026-06-21T03:25:43.7128511Z         PASS [   0.010s] ( 518/1246) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-21T03:25:43.7135345Z         PASS [   0.010s] ( 519/1246) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-21T03:25:43.7146387Z         PASS [   0.009s] ( 520/1246) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-21T03:25:43.7243451Z         PASS [   0.011s] ( 521/1246) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-21T03:25:43.7248731Z         PASS [   0.010s] ( 522/1246) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-21T03:25:43.7251736Z         PASS [   0.010s] ( 523/1246) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-21T03:25:43.7336637Z         PASS [   0.009s] ( 524/1246) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-21T03:25:43.7338850Z         PASS [   0.009s] ( 525/1246) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-21T03:25:43.7340660Z         PASS [   0.009s] ( 526/1246) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-21T03:25:43.7427857Z         PASS [   0.009s] ( 527/1246) spt-daemon service::tests::systemd_unit_path_follows_xdg_then_home
2026-06-21T03:25:43.7459823Z         PASS [   0.012s] ( 528/1246) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-06-21T03:25:43.7463779Z         PASS [   0.013s] ( 529/1246) spt-daemon service::tests::service_ignored_under_spt_home_override
2026-06-21T03:25:43.7553408Z         PASS [   0.012s] ( 530/1246) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-21T03:25:43.7580737Z         PASS [   0.009s] ( 531/1246) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-21T03:25:43.7604227Z         PASS [   0.010s] ( 532/1246) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-21T03:25:43.7685557Z         PASS [   0.013s] ( 533/1246) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-21T03:25:43.7713096Z         PASS [   0.013s] ( 534/1246) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-21T03:25:43.7760119Z         PASS [   0.018s] ( 535/1246) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-21T03:25:43.7896760Z         PASS [   0.013s] ( 536/1246) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-21T03:25:43.8058403Z         PASS [   0.016s] ( 537/1246) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-21T03:25:43.8182240Z         PASS [   0.012s] ( 538/1246) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-21T03:25:43.8337888Z         PASS [   0.015s] ( 539/1246) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-21T03:25:43.8442080Z         PASS [   0.010s] ( 540/1246) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-21T03:25:43.8540074Z         PASS [   0.010s] ( 541/1246) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-21T03:25:43.8907890Z         PASS [   0.036s] ( 542/1246) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-21T03:25:43.9050828Z         PASS [   0.015s] ( 543/1246) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-21T03:25:43.9200274Z         PASS [   0.015s] ( 544/1246) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-21T03:25:43.9341126Z         PASS [   0.014s] ( 545/1246) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-21T03:25:43.9773779Z         PASS [   0.043s] ( 546/1246) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-21T03:25:43.9775411Z         PASS [   0.206s] ( 547/1246) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-21T03:25:43.9857416Z         PASS [   0.217s] ( 548/1246) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-21T03:25:43.9917974Z         PASS [   0.014s] ( 549/1246) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-21T03:25:43.9976793Z         PASS [   0.011s] ( 550/1246) spt-daemon sync::tests::gate_decision_table
2026-06-21T03:25:44.0224275Z         PASS [   0.045s] ( 551/1246) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-21T03:25:44.0331169Z         PASS [   0.010s] ( 552/1246) spt-daemon translation::tests::inject_floor_buffers_while_held_then_drains_in_order
2026-06-21T03:25:44.0449423Z         PASS [   0.011s] ( 553/1246) spt-daemon translation::tests::key_cmd_parses_each_wire_shape
2026-06-21T03:25:44.0554528Z         PASS [   0.011s] ( 554/1246) spt-daemon translation::tests::key_to_bytes_send_keys_map
2026-06-21T03:25:44.0656104Z         PASS [   0.010s] ( 555/1246) spt-daemon translation::tests::to_binary_serializes_to_wire_and_input_is_content_free
2026-06-21T03:25:44.0790657Z         PASS [   0.013s] ( 556/1246) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-21T03:25:44.0903032Z         PASS [   0.011s] ( 557/1246) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-21T03:25:44.1000102Z         PASS [   0.010s] ( 558/1246) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-06-21T03:25:44.1100873Z         PASS [   0.010s] ( 559/1246) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-06-21T03:25:44.1193580Z         PASS [   0.009s] ( 560/1246) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-06-21T03:25:44.1272603Z         PASS [   0.135s] ( 561/1246) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-21T03:25:44.1291202Z         PASS [   0.010s] ( 562/1246) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-06-21T03:25:44.1375775Z         PASS [   0.010s] ( 563/1246) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-06-21T03:25:44.1397986Z         PASS [   0.009s] ( 564/1246) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-21T03:25:44.1408913Z         PASS [   5.011s] ( 565/1246) spt-daemon broker::tests::controller_deliver_is_bounded_never_a_permanent_park
2026-06-21T03:25:44.1490649Z         PASS [   0.010s] ( 566/1246) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-21T03:25:44.1502005Z         PASS [   0.012s] ( 567/1246) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-21T03:25:44.1521164Z         PASS [   0.013s] ( 568/1246) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-21T03:25:44.1804059Z         PASS [   0.029s] ( 569/1246) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-21T03:25:44.1933673Z         PASS [   0.013s] ( 570/1246) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-21T03:25:44.1959970Z         PASS [   0.045s] ( 571/1246) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-21T03:25:44.2023200Z         PASS [   0.054s] ( 572/1246) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-21T03:25:44.2061235Z         PASS [   0.010s] ( 573/1246) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-21T03:25:44.2131321Z         PASS [   0.010s] ( 574/1246) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-21T03:25:44.2156306Z         PASS [   0.020s] ( 575/1246) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-21T03:25:44.2229460Z         PASS [   0.225s] ( 576/1246) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-21T03:25:44.2320057Z         PASS [   0.008s] ( 577/1246) spt-daemon::budget measure_dormant_seat_budget
2026-06-21T03:25:44.2408480Z         PASS [   0.025s] ( 578/1246) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-21T03:25:44.2691763Z         PASS [   0.028s] ( 579/1246) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-06-21T03:25:44.3823943Z         PASS [   0.151s] ( 580/1246) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-06-21T03:25:44.4400440Z         PASS [   0.224s] ( 581/1246) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-21T03:25:44.5510117Z         PASS [   0.113s] ( 582/1246) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-21T03:25:44.5555840Z         PASS [   0.286s] ( 583/1246) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-06-21T03:25:44.5985352Z         PASS [   0.048s] ( 584/1246) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-21T03:25:44.6245559Z         PASS [   0.418s] ( 585/1246) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-21T03:25:44.6417561Z         PASS [   0.043s] ( 586/1246) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-21T03:25:44.6475261Z         PASS [   0.265s] ( 587/1246) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-06-21T03:25:44.6950883Z         PASS [   0.051s] ( 588/1246) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-21T03:25:44.7104210Z         PASS [   0.017s] ( 589/1246) spt-daemon::attach handoff_seeds_resume_cursor_and_resubscribes_for_resume
2026-06-21T03:25:44.7376798Z         PASS [   0.113s] ( 590/1246) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-06-21T03:25:44.7740928Z         PASS [   0.063s] ( 591/1246) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-21T03:25:44.8078305Z         PASS [   0.252s] ( 592/1246) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-06-21T03:25:44.8191265Z         PASS [   0.167s] ( 593/1246) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-06-21T03:25:44.8370164Z         PASS [   0.063s] ( 594/1246) spt-daemon::attach loopback_attach_to_a_prepopulated_ring_delivers_without_deadlock
2026-06-21T03:25:44.8808781Z         PASS [   0.044s] ( 595/1246) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-21T03:25:44.8984462Z         PASS [   0.018s] ( 596/1246) spt-daemon::attach re_serve_resets_resume_cursor_after_a_pre_attached_consume
2026-06-21T03:25:44.9166538Z         PASS [   0.179s] ( 597/1246) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-06-21T03:25:44.9449758Z         PASS [   0.130s] ( 598/1246) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-06-21T03:25:45.0118003Z         PASS [   0.113s] ( 599/1246) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-21T03:25:45.1231992Z         PASS [   0.111s] ( 600/1246) spt-daemon::attach resize_is_controller_exclusive
2026-06-21T03:25:45.1238263Z         PASS [   0.179s] ( 601/1246) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-06-21T03:25:45.1652488Z         PASS [   0.249s] ( 602/1246) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-21T03:25:45.1736387Z         PASS [   0.008s] ( 603/1246) spt-daemon::driven_by_selfheal gap_b_sessionless_perch_reconcile_offlines_and_clears_driven_by
2026-06-21T03:25:45.1849348Z         PASS [   0.060s] ( 604/1246) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-21T03:25:45.2195529Z         PASS [   0.046s] ( 605/1246) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-06-21T03:25:45.2572494Z         PASS [   0.449s] ( 606/1246) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-06-21T03:25:45.2649709Z         PASS [   0.045s] ( 607/1246) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-06-21T03:25:45.2942061Z         PASS [   0.109s] ( 608/1246) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-21T03:25:45.4776986Z         PASS [   0.353s] ( 609/1246) spt-daemon::driven_by_selfheal gap_a_live_session_controller_by_is_ambiguous_so_reconcile_must_not_clear
2026-06-21T03:25:45.5444104Z         PASS [  31.588s] ( 610/1246) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-21T03:25:45.7500086Z         PASS [   0.485s] ( 611/1246) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-06-21T03:25:45.8001110Z         PASS [   0.048s] ( 612/1246) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-06-21T03:25:45.8046144Z         PASS [   0.254s] ( 613/1246) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-06-21T03:25:45.8050777Z         PASS [   0.323s] ( 614/1246) spt-daemon::mesh staggered_offliner_still_meshes
2026-06-21T03:25:45.8097162Z         PASS [   0.011s] ( 615/1246) spt-daemon::netbroker netless_broker_probes_gracefully
2026-06-21T03:25:45.8529933Z         PASS [   0.042s] ( 616/1246) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-06-21T03:25:45.8863061Z         PASS [   0.086s] ( 617/1246) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-06-21T03:25:46.1137450Z         PASS [   0.227s] ( 618/1246) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-06-21T03:25:46.2116615Z         PASS [   0.358s] ( 619/1246) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-06-21T03:25:46.4650340Z         PASS [   0.350s] ( 620/1246) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-06-21T03:25:46.5892692Z         PASS [   0.377s] ( 621/1246) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-06-21T03:25:46.7400908Z         PASS [   0.275s] ( 622/1246) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-06-21T03:25:46.8064635Z         PASS [   0.217s] ( 623/1246) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-06-21T03:25:46.9563152Z         PASS [   0.150s] ( 624/1246) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-06-21T03:25:47.1640387Z         PASS [   1.906s] ( 625/1246) spt-daemon::input_ack_deadlock input_flood_through_serve_attach_does_not_deadlock_broker
2026-06-21T03:25:47.2850348Z         PASS [   0.544s] ( 626/1246) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-06-21T03:25:47.3341669Z         PASS [   0.171s] ( 627/1246) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-06-21T03:25:47.3531607Z         PASS [   0.397s] ( 628/1246) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-06-21T03:25:47.4001947Z         PASS [   0.116s] ( 629/1246) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-06-21T03:25:47.4125760Z         PASS [  33.456s] ( 630/1246) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-21T03:25:47.4680487Z         PASS [  10.186s] ( 631/1246) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-21T03:25:47.4707532Z         PASS [   1.672s] ( 632/1246) spt-daemon::netbroker dial_to_a_black_holing_peer_fails_with_a_bounded_ordinary_error
2026-06-21T03:25:47.5744085Z         PASS [   0.240s] ( 633/1246) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-06-21T03:25:47.6673889Z         PASS [   0.197s] ( 634/1246) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-06-21T03:25:47.7187844Z         PASS [   0.251s] ( 635/1246) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-06-21T03:25:47.9804919Z         PASS [   0.627s] ( 636/1246) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-06-21T03:25:48.0218481Z         PASS [   0.609s] ( 637/1246) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-06-21T03:25:48.1705141Z         PASS [   0.149s] ( 638/1246) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-06-21T03:25:48.2517323Z         PASS [   0.081s] ( 639/1246) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-06-21T03:25:48.3837570Z         PASS [   0.132s] ( 640/1246) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-06-21T03:25:48.5882407Z         PASS [  28.329s] ( 641/1246) spt::resume_template_e2e endpoint_run_resume_selects_resume_template_in_recorded_cwd
2026-06-21T03:25:48.6637134Z         PASS [   0.075s] ( 642/1246) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-06-21T03:25:48.8002284Z         PASS [   0.820s] ( 643/1246) spt-daemon::resume resume_mode_brain_spawning_new_sessions_delivers_each
2026-06-21T03:25:48.8821200Z         PASS [   0.082s] ( 644/1246) spt-daemon::shellchan hung_shell_stalls_no_other_owner
2026-06-21T03:25:48.9955569Z         PASS [   0.113s] ( 645/1246) spt-daemon::shellchan stdin_receipt_delivers_spooled_frames_exactly_once
2026-06-21T03:25:49.3479321Z         PASS [  15.319s] ( 646/1246) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-21T03:25:49.7135504Z         PASS [   2.046s] ( 647/1246) spt-daemon::resume cold_start_resumes_all_sessions_from_the_broker_cursor
2026-06-21T03:25:49.7147788Z         PASS [   2.140s] ( 648/1246) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-06-21T03:25:49.7952190Z         PASS [   0.080s] ( 649/1246) spt-daemon::two_origin_spanning one_source_two_consumers_spans_and_merges
2026-06-21T03:25:49.8052302Z         PASS [   0.010s] ( 650/1246) spt-daemon::twohost two_host_ladder_role_a
2026-06-21T03:25:49.8157204Z         PASS [  33.130s] ( 651/1246) spt::livehost_bootgate_e2e cold_start_does_not_revive_a_sessionless_online_latched_perch
2026-06-21T03:25:49.8171076Z         PASS [   0.012s] ( 652/1246) spt-daemon::twohost two_host_ladder_role_b
2026-06-21T03:25:49.8329894Z         PASS [   0.485s] ( 653/1246) spt-daemon::sync torn_pull_recovers_by_repulling
2026-06-21T03:25:49.9389953Z         PASS [   0.106s] ( 654/1246) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-06-21T03:25:50.1709291Z         PASS [   0.350s] ( 655/1246) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-06-21T03:25:50.1821935Z         PASS [   0.366s] ( 656/1246) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-06-21T03:25:50.1897301Z         PASS [   0.008s] ( 657/1246) spt-live context::tests::direct_always_writes
2026-06-21T03:25:50.2031875Z         PASS [   0.013s] ( 658/1246) spt-live context::tests::identified_write_stamps_advancing_vector
2026-06-21T03:25:50.2091113Z         PASS [   0.006s] ( 659/1246) spt-live context::tests::llm_over_llm_writes
2026-06-21T03:25:50.2155181Z         PASS [   0.006s] ( 660/1246) spt-live context::tests::llm_past_window_writes
2026-06-21T03:25:50.2218117Z         PASS [   0.006s] ( 661/1246) spt-live context::tests::llm_within_window_suppressed
2026-06-21T03:25:50.2280705Z         PASS [   0.006s] ( 662/1246) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-06-21T03:25:50.2353389Z         PASS [   0.007s] ( 663/1246) spt-live context::tests::write_context_suppresses_stale_llm
2026-06-21T03:25:50.2390241Z         PASS [   0.297s] ( 664/1246) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-06-21T03:25:50.2671078Z         PASS [   0.030s] ( 665/1246) spt-live digest::tests::extracts_records_from_the_located_source
2026-06-21T03:25:50.2943270Z         PASS [   0.027s] ( 666/1246) spt-live digest::tests::falls_back_to_history_locate_template
2026-06-21T03:25:50.3003828Z         PASS [   0.006s] ( 667/1246) spt-live digest::tests::missing_source_file_is_read_error
2026-06-21T03:25:50.3064132Z         PASS [   0.006s] ( 668/1246) spt-live digest::tests::no_source_errors
2026-06-21T03:25:50.3353563Z         PASS [   0.029s] ( 669/1246) spt-live echo::tests::echo_child_is_recursion_guarded
2026-06-21T03:25:50.3514362Z         PASS [   0.184s] ( 670/1246) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-06-21T03:25:50.3628565Z         PASS [   0.028s] ( 671/1246) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-06-21T03:25:50.3687856Z         PASS [   0.006s] ( 672/1246) spt-live echo::tests::provenance_is_stamped
2026-06-21T03:25:50.3694495Z         PASS [   5.075s] ( 673/1246) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-21T03:25:50.3784699Z         PASS [   0.027s] ( 674/1246) spt-live echo::tests::echo_nonzero_errors
2026-06-21T03:25:50.3954675Z         PASS [   0.026s] ( 675/1246) spt-daemon::broker ack_false_input_suppresses_applied_frame
2026-06-21T03:25:50.4039275Z         PASS [   1.408s] ( 676/1246) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-21T03:25:50.4043529Z         PASS [   0.026s] ( 677/1246) spt-live history::tests::fetcher_yields_records
2026-06-21T03:25:50.4093883Z         PASS [   0.005s] ( 678/1246) spt-live history::tests::missing_fetcher_field_errors
2026-06-21T03:25:50.4096074Z         PASS [   0.014s] ( 679/1246) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-21T03:25:50.4149622Z         PASS [   0.005s] ( 680/1246) spt-live history::tests::native_missing_log_is_empty
2026-06-21T03:25:50.4202651Z         PASS [   0.005s] ( 681/1246) spt-live history::tests::native_reads_logged_records
2026-06-21T03:25:50.4254020Z         PASS [   0.016s] ( 682/1246) spt-daemon::broker controller_writer_reorder_consumer_view_stays_monotonic_and_session_live
2026-06-21T03:25:50.4300946Z         PASS [   0.026s] ( 683/1246) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-06-21T03:25:50.4412398Z         PASS [   0.016s] ( 684/1246) spt-daemon::broker dead_session_subscribe_does_not_hang
2026-06-21T03:25:50.4551432Z         PASS [   0.014s] ( 685/1246) spt-daemon::broker endpoint_keyed_inject_reaches_hosted_pty
2026-06-21T03:25:50.5095171Z         PASS [   2.126s] ( 686/1246) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-06-21T03:25:50.5495006Z         PASS [   0.314s] ( 687/1246) spt-live digest::tests::extractor_timeout_errors
2026-06-21T03:25:50.5552856Z         PASS [   0.006s] ( 688/1246) spt-live ingest::tests::no_drops_is_empty
2026-06-21T03:25:50.5634219Z         PASS [   0.133s] ( 689/1246) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-06-21T03:25:50.5852859Z         PASS [   0.130s] ( 690/1246) spt-daemon::broker exactly_once_preserved_on_no_ack_path
2026-06-21T03:25:50.5964058Z         PASS [   0.176s] ( 691/1246) spt-live ingest::tests::both_drops_ingested
2026-06-21T03:25:50.5994480Z         PASS [   0.014s] ( 692/1246) spt-daemon::broker spawn_env_reaches_child
2026-06-21T03:25:50.6023156Z         PASS [   0.006s] ( 693/1246) spt-live inject::tests::long_body_is_capped
2026-06-21T03:25:50.6078656Z         PASS [   0.006s] ( 694/1246) spt-live inject::tests::missing_perch_is_best_effort
2026-06-21T03:25:50.6144214Z         PASS [   0.006s] ( 695/1246) spt-live inject::tests::tap_appends_a_context_entry
2026-06-21T03:25:50.6192217Z         PASS [   0.020s] ( 696/1246) spt-daemon::broker wall_b_endpoint_run_env_then_send_reaches_pty
2026-06-21T03:25:50.6200647Z         PASS [   0.006s] ( 697/1246) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-06-21T03:25:50.6257092Z         PASS [   0.005s] ( 698/1246) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-06-21T03:25:50.6314743Z         PASS [   0.005s] ( 699/1246) spt-live outbound::tests::non_authorable_types_are_ignored
2026-06-21T03:25:50.6363666Z         PASS [   0.005s] ( 700/1246) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-06-21T03:25:50.6403226Z         PASS [   0.085s] ( 701/1246) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-06-21T03:25:50.6420507Z         PASS [   0.006s] ( 702/1246) spt-live outbound::tests::prose_only_yields_nothing
2026-06-21T03:25:50.6428509Z         PASS [   0.133s] ( 703/1246) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-06-21T03:25:50.6464285Z         PASS [   0.006s] ( 704/1246) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-06-21T03:25:50.6478306Z         PASS [   0.006s] ( 705/1246) spt-live psyche::tests::prompt_includes_time_and_event
2026-06-21T03:25:50.6487455Z         PASS [   0.006s] ( 706/1246) spt-live psyche::tests::prompt_without_event
2026-06-21T03:25:50.6538629Z         PASS [   0.006s] ( 707/1246) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-06-21T03:25:50.6599156Z         PASS [   0.006s] ( 708/1246) spt-live pulse::tests::tick_reports_idle
2026-06-21T03:25:50.6745333Z         PASS [   0.028s] ( 709/1246) spt-live psyche::tests::spawn_binds_nested_perch_and_sets_guard
2026-06-21T03:25:50.6763288Z         PASS [   0.307s] ( 710/1246) spt-live history::tests::fetcher_timeout_errors
2026-06-21T03:25:50.7663907Z         PASS [   0.092s] ( 711/1246) spt-live reconcile::tests::no_conflict_is_a_noop
2026-06-21T03:25:50.7819497Z         PASS [   0.133s] ( 712/1246) spt-live pulse::tests::tick_ingests_drops
2026-06-21T03:25:50.7917427Z         PASS [   2.128s] ( 713/1246) spt-daemon::seedproofx wrong_seed_is_dropped
2026-06-21T03:25:50.8097479Z         PASS [   0.028s] ( 714/1246) spt-live resume::tests::continue_existing_resumes_session
2026-06-21T03:25:50.8153952Z         PASS [   0.252s] ( 715/1246) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-06-21T03:25:50.8165197Z         PASS [   0.157s] ( 716/1246) spt-live reconcile::tests::failed_turn_preserves_everything
2026-06-21T03:25:50.8224059Z         PASS [   0.006s] ( 717/1246) spt-live resume::tests::missing_key_errors_before_spawn
2026-06-21T03:25:50.8425851Z         PASS [   0.027s] ( 718/1246) spt-live resume::tests::fresh_with_preload_launches_preloaded
2026-06-21T03:25:50.8479595Z         PASS [   0.005s] ( 719/1246) spt-live signoff::tests::echo_precedes_signoff_compose
2026-06-21T03:25:50.8534720Z         PASS [   0.005s] ( 720/1246) spt-live signoff::tests::missing_session_skips_echo
2026-06-21T03:25:50.8587831Z         PASS [   0.005s] ( 721/1246) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-06-21T03:25:50.8605445Z         PASS [   1.147s] ( 722/1246) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-06-21T03:25:50.8644253Z         PASS [   0.006s] ( 723/1246) spt-live signoff::tests::stale_signoff_swept
2026-06-21T03:25:50.8867864Z         PASS [   0.026s] ( 724/1246) spt-live turn::tests::empty_stdout_is_an_error
2026-06-21T03:25:50.8907483Z         PASS [   0.026s] ( 725/1246) spt-live turn::tests::turn_captures_stdout
2026-06-21T03:25:50.8965211Z         PASS [   0.006s] ( 726/1246) spt-msg deliver::tests::deferred_send_validates
2026-06-21T03:25:50.8968555Z         PASS [   0.220s] ( 727/1246) spt-live reconcile::tests::reconcile_merges_and_clears
2026-06-21T03:25:50.9221931Z         PASS [   0.156s] ( 728/1246) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-06-21T03:25:50.9357167Z         PASS [   0.144s] ( 729/1246) spt-live resume::tests::download_composes_two_tiers
2026-06-21T03:25:50.9945682Z         PASS [   0.107s] ( 730/1246) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-06-21T03:25:50.9996074Z         PASS [   0.006s] ( 731/1246) spt-msg emit::tests::anonymous_still_enveloped
2026-06-21T03:25:51.0047593Z         PASS [   0.005s] ( 732/1246) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-06-21T03:25:51.0067210Z         PASS [   0.197s] ( 733/1246) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-06-21T03:25:51.0099268Z         PASS [   0.005s] ( 734/1246) spt-msg emit::tests::oversized_listener_line_chunks_into_event_parts
2026-06-21T03:25:51.0119839Z         PASS [   0.005s] ( 735/1246) spt-msg emit::tests::structural_renders_msg_envelope
2026-06-21T03:25:51.0149833Z         PASS [   0.005s] ( 736/1246) spt-msg emit::tests::typed_body_from_wins_over_structural_from_no_double_wrap
2026-06-21T03:25:51.0169448Z         PASS [   0.005s] ( 737/1246) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_both_edges
2026-06-21T03:25:51.0200699Z         PASS [   0.005s] ( 738/1246) spt-msg emit::tests::whole_render_never_chunks
2026-06-21T03:25:51.0209913Z         PASS [   0.125s] ( 739/1246) spt-msg deliver::tests::offline_existing_perch_spools
2026-06-21T03:25:51.0330384Z         PASS [   0.097s] ( 740/1246) spt-msg deliver::tests::send_outcome_mapping
2026-06-21T03:25:51.0465528Z         PASS [   0.150s] ( 741/1246) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-06-21T03:25:51.0629073Z         PASS [   0.141s] ( 742/1246) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-06-21T03:25:51.0915927Z         PASS [   0.269s] ( 743/1246) spt-live signoff::tests::boundary_writes_resume_commune
2026-06-21T03:25:51.1072957Z         PASS [   0.090s] ( 744/1246) spt-msg listener::tests::bind_registers_and_round_trips
2026-06-21T03:25:51.1290234Z         PASS [   0.096s] ( 745/1246) spt-msg listener::tests::drop_unregisters_address
2026-06-21T03:25:51.1458839Z         PASS [   0.126s] ( 746/1246) spt-msg listener::tests::blocking_accepts_within_window
2026-06-21T03:25:51.2174548Z         PASS [   0.196s] ( 747/1246) spt-msg listener::tests::blocking_times_out_when_idle
2026-06-21T03:25:51.2237485Z         PASS [   0.006s] ( 748/1246) spt-msg ring::tests::ring_no_perch
2026-06-21T03:25:51.2507901Z         PASS [   0.188s] ( 749/1246) spt-msg ready::tests::recv_gets_live_tcp_message
2026-06-21T03:25:51.2667801Z         PASS [   0.647s] ( 750/1246) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-06-21T03:25:51.2713728Z         PASS [   0.225s] ( 751/1246) spt-msg ready::tests::backlog_drains_on_start
2026-06-21T03:25:51.2748705Z         PASS [   0.168s] ( 752/1246) spt-msg ready::tests::start_ledgers_a_boot_session_row
2026-06-21T03:25:51.2769091Z         PASS [   0.005s] ( 753/1246) spt-msg wire::tests::decode_rejects_overrunning_from_len
2026-06-21T03:25:51.2801863Z         PASS [   0.005s] ( 754/1246) spt-msg wire::tests::encode_decode_round_trips_structural
2026-06-21T03:25:51.2818274Z         PASS [   0.005s] ( 755/1246) spt-msg wire::tests::encode_empty_from_is_anonymous
2026-06-21T03:25:51.2847167Z         PASS [   0.193s] ( 756/1246) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-06-21T03:25:51.2861575Z         PASS [   0.006s] ( 757/1246) spt-msg wire::tests::frame_round_trips_over_loopback
2026-06-21T03:25:51.2871247Z         PASS [   0.005s] ( 758/1246) spt-msg wire::tests::oversized_length_prefix_rejected
2026-06-21T03:25:51.2899432Z         PASS [   0.005s] ( 759/1246) spt-msg wire::tests::typed_event_body_rides_verbatim
2026-06-21T03:25:51.2913884Z         PASS [   0.162s] ( 760/1246) spt-msg ready::tests::start_registers_resolvable_perch
2026-06-21T03:25:51.3121210Z         PASS [   0.022s] ( 761/1246) spt-net net::attach::tests::attach_intents_round_trip
2026-06-21T03:25:51.3121997Z         PASS [   0.021s] ( 762/1246) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-06-21T03:25:51.3201663Z         PASS [   0.008s] ( 763/1246) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-06-21T03:25:51.3210050Z         PASS [   0.009s] ( 764/1246) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-21T03:25:51.3289801Z         PASS [   0.009s] ( 765/1246) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-06-21T03:25:51.3430666Z         PASS [   0.014s] ( 766/1246) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-06-21T03:25:51.3711055Z         PASS [   0.225s] ( 767/1246) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-06-21T03:25:51.3793357Z         PASS [   0.008s] ( 768/1246) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-06-21T03:25:51.3867278Z         PASS [   0.007s] ( 769/1246) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-06-21T03:25:51.3934633Z         PASS [   0.007s] ( 770/1246) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-21T03:25:51.4036203Z         PASS [   0.010s] ( 771/1246) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-06-21T03:25:51.4115269Z         PASS [   0.187s] ( 772/1246) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-06-21T03:25:51.4133413Z         PASS [   0.010s] ( 773/1246) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-06-21T03:25:51.4144277Z         PASS [   0.094s] ( 774/1246) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-06-21T03:25:51.4213707Z         PASS [   0.010s] ( 775/1246) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-06-21T03:25:51.4226144Z         PASS [   0.008s] ( 776/1246) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-06-21T03:25:51.4232128Z         PASS [   0.010s] ( 777/1246) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-06-21T03:25:51.4307809Z         PASS [   0.009s] ( 778/1246) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-06-21T03:25:51.4308725Z         PASS [   0.008s] ( 779/1246) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-06-21T03:25:51.4317834Z         PASS [   0.009s] ( 780/1246) spt-net net::notif::tests::forged_origin_field_is_inert
2026-06-21T03:25:51.4401095Z         PASS [   0.009s] ( 781/1246) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-06-21T03:25:51.4402248Z         PASS [   0.009s] ( 782/1246) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-06-21T03:25:51.4408124Z         PASS [   0.009s] ( 783/1246) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-06-21T03:25:51.4486296Z         PASS [   0.008s] ( 784/1246) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-06-21T03:25:51.4492634Z         PASS [   0.008s] ( 785/1246) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-06-21T03:25:51.4564955Z         PASS [   0.007s] ( 786/1246) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-06-21T03:25:51.4566004Z         PASS [   0.008s] ( 787/1246) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-06-21T03:25:51.4648792Z         PASS [   0.008s] ( 788/1246) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-06-21T03:25:51.4725905Z         PASS [   0.008s] ( 789/1246) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-06-21T03:25:51.4757332Z         PASS [   0.133s] ( 790/1246) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-06-21T03:25:51.4815139Z         PASS [   0.009s] ( 791/1246) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-06-21T03:25:51.4861035Z         PASS [   0.010s] ( 792/1246) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-06-21T03:25:51.4903604Z         PASS [   0.009s] ( 793/1246) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-06-21T03:25:51.4954167Z         PASS [   0.009s] ( 794/1246) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-06-21T03:25:51.4975896Z         PASS [   0.007s] ( 795/1246) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-06-21T03:25:51.5044644Z         PASS [   0.007s] ( 796/1246) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-06-21T03:25:51.5045849Z         PASS [   0.009s] ( 797/1246) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-06-21T03:25:51.5127854Z         PASS [   0.008s] ( 798/1246) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-06-21T03:25:51.5138837Z         PASS [   0.009s] ( 799/1246) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-06-21T03:25:51.5224108Z         PASS [   0.009s] ( 800/1246) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-06-21T03:25:51.5225338Z         PASS [   0.008s] ( 801/1246) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-06-21T03:25:51.5579495Z         PASS [   0.118s] ( 802/1246) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-06-21T03:25:51.5681478Z         PASS [   0.282s] ( 803/1246) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-06-21T03:25:51.5742509Z         PASS [   0.052s] ( 804/1246) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-06-21T03:25:51.6177078Z         PASS [   0.094s] ( 805/1246) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-06-21T03:25:51.6506705Z         PASS [   0.092s] ( 806/1246) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-06-21T03:25:51.6616895Z         PASS [   0.093s] ( 807/1246) spt-net net::pairing::spake::tests::stale_step_fails
2026-06-21T03:25:51.6688382Z         PASS [   0.382s] ( 808/1246) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-06-21T03:25:51.6765175Z         PASS [   0.102s] ( 809/1246) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-06-21T03:25:51.6778290Z         PASS [   0.427s] ( 810/1246) spt-msg ring::tests::ring_timeout_cleans_up
2026-06-21T03:25:51.6787463Z         PASS [   0.009s] ( 811/1246) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-06-21T03:25:51.6876372Z         PASS [   0.010s] ( 812/1246) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-06-21T03:25:51.6877802Z         PASS [   0.010s] ( 813/1246) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-06-21T03:25:51.6911364Z         PASS [   0.010s] ( 814/1246) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-06-21T03:25:51.6972673Z         PASS [   0.010s] ( 815/1246) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-06-21T03:25:51.7005269Z         PASS [   0.009s] ( 816/1246) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-06-21T03:25:51.7048046Z         PASS [   0.014s] ( 817/1246) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-06-21T03:25:51.7100600Z         PASS [   0.010s] ( 818/1246) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-06-21T03:25:51.7110688Z         PASS [   0.095s] ( 819/1246) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-06-21T03:25:51.7147814Z         PASS [   0.017s] ( 820/1246) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-06-21T03:25:51.7209363Z         PASS [   0.010s] ( 821/1246) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-06-21T03:25:51.7215260Z         PASS [   0.011s] ( 822/1246) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-06-21T03:25:51.7254352Z         PASS [   0.023s] ( 823/1246) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-06-21T03:25:51.7291448Z         PASS [   0.013s] ( 824/1246) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-06-21T03:25:51.7320590Z         PASS [   0.010s] ( 825/1246) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-06-21T03:25:51.7417357Z         PASS [   0.010s] ( 826/1246) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-06-21T03:25:51.7464933Z         PASS [   0.019s] ( 827/1246) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-21T03:25:51.7698288Z         PASS [   0.120s] ( 828/1246) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-06-21T03:25:51.7712188Z         PASS [   0.315s] ( 829/1246) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-06-21T03:25:51.7783184Z         PASS [   0.116s] ( 830/1246) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-06-21T03:25:51.7910631Z         PASS [   0.018s] ( 831/1246) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-06-21T03:25:51.8190347Z         PASS [   0.096s] ( 832/1246) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-06-21T03:25:51.8290562Z         PASS [   0.011s] ( 833/1246) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-06-21T03:25:51.8420575Z         PASS [   0.010s] ( 834/1246) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-06-21T03:25:51.8494072Z         PASS [   0.010s] ( 835/1246) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-06-21T03:25:51.8687403Z         PASS [   0.097s] ( 836/1246) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-06-21T03:25:51.8750341Z         PASS [   0.024s] ( 837/1246) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-06-21T03:25:51.8820044Z         PASS [   0.012s] ( 838/1246) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-06-21T03:25:51.8879807Z         PASS [   0.013s] ( 839/1246) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-06-21T03:25:51.8909743Z         PASS [   0.009s] ( 840/1246) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-06-21T03:25:51.9029979Z         PASS [   0.011s] ( 841/1246) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-06-21T03:25:51.9089885Z         PASS [   0.021s] ( 842/1246) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-06-21T03:25:51.9140689Z         PASS [   0.010s] ( 843/1246) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-06-21T03:25:51.9154860Z         PASS [   0.190s] ( 844/1246) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-06-21T03:25:51.9320492Z         PASS [   0.018s] ( 845/1246) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-06-21T03:25:51.9360520Z         PASS [   0.023s] ( 846/1246) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-06-21T03:25:51.9362190Z         PASS [   0.019s] ( 847/1246) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-06-21T03:25:51.9460815Z         PASS [   0.165s] ( 848/1246) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-06-21T03:25:51.9500834Z         PASS [   4.226s] ( 849/1246) spt-daemon::resume resume_below_ring_floor_clamps_forward_without_gap_error
2026-06-21T03:25:51.9502594Z         PASS [   0.204s] ( 850/1246) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-06-21T03:25:51.9520481Z         PASS [   0.017s] ( 851/1246) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-06-21T03:25:51.9522016Z         PASS [   0.019s] ( 852/1246) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-06-21T03:25:51.9540095Z         PASS [   0.207s] ( 853/1246) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-06-21T03:25:51.9544190Z         PASS [   0.020s] ( 854/1246) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-06-21T03:25:51.9604463Z         PASS [   0.016s] ( 855/1246) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-06-21T03:25:51.9641232Z         PASS [   0.014s] ( 856/1246) spt-net net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses
2026-06-21T03:25:51.9649143Z         PASS [   0.020s] ( 857/1246) spt-net net::registry::tests::registry_serde_roundtrips
2026-06-21T03:25:51.9658240Z         PASS [   0.019s] ( 858/1246) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-06-21T03:25:51.9659804Z         PASS [   0.014s] ( 859/1246) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-06-21T03:25:51.9664015Z         PASS [   0.012s] ( 860/1246) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-06-21T03:25:51.9740484Z         PASS [   0.010s] ( 861/1246) spt-net net::registry::tests::resolve_prefers_local_instance
2026-06-21T03:25:51.9780610Z         PASS [   0.019s] ( 862/1246) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-06-21T03:25:51.9781846Z         PASS [   0.014s] ( 863/1246) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-06-21T03:25:51.9796767Z         PASS [   0.013s] ( 864/1246) spt-net net::registry::tests::resource_projection_threads_node_label
2026-06-21T03:25:51.9798773Z         PASS [   0.014s] ( 865/1246) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-06-21T03:25:51.9830429Z         PASS [   0.016s] ( 866/1246) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-06-21T03:25:51.9880423Z         PASS [   0.021s] ( 867/1246) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-06-21T03:25:51.9882577Z         PASS [   0.014s] ( 868/1246) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-06-21T03:25:51.9933928Z         PASS [   0.017s] ( 869/1246) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-06-21T03:25:51.9958002Z         PASS [   0.011s] ( 870/1246) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-06-21T03:25:51.9980735Z         PASS [   0.017s] ( 871/1246) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-06-21T03:25:52.0050539Z         PASS [   0.014s] ( 872/1246) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-06-21T03:25:52.0081623Z         PASS [   0.013s] ( 873/1246) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-06-21T03:25:52.0100569Z         PASS [   0.016s] ( 874/1246) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-06-21T03:25:52.0130504Z         PASS [   0.013s] ( 875/1246) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-06-21T03:25:52.0131742Z         PASS [   0.009s] ( 876/1246) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-21T03:25:52.0132898Z         PASS [   0.014s] ( 877/1246) spt-net net::sync::tests::forged_origin_field_is_inert
2026-06-21T03:25:52.0133997Z         PASS [   0.015s] ( 878/1246) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-06-21T03:25:52.0135082Z         PASS [   0.024s] ( 879/1246) spt-net net::rest::tests::records_round_trip_and_degrade
2026-06-21T03:25:52.0215738Z         PASS [   0.014s] ( 880/1246) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-21T03:25:52.0246841Z         PASS [   0.015s] ( 881/1246) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-06-21T03:25:52.0248207Z         PASS [   0.012s] ( 882/1246) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-06-21T03:25:52.0293074Z         PASS [   0.010s] ( 883/1246) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-06-21T03:25:52.0311834Z         PASS [   0.017s] ( 884/1246) spt-net net::update::tests::forged_origin_field_is_inert
2026-06-21T03:25:52.0313500Z         PASS [  35.032s] ( 885/1246) spt::livehost_nonresident_e2e online_live_agent_with_fast_exiting_psyche_stamps_parent_and_clears_phantom
2026-06-21T03:25:52.0315491Z         PASS [   0.028s] ( 886/1246) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-06-21T03:25:52.0316551Z         PASS [   0.011s] ( 887/1246) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-06-21T03:25:52.0317528Z         PASS [   0.006s] ( 888/1246) spt-proto addr::tests::rejects_doubled_delimiters
2026-06-21T03:25:52.0318139Z         PASS [   0.010s] ( 889/1246) spt-proto addr::tests::display_round_trips
2026-06-21T03:25:52.0318782Z         PASS [   0.010s] ( 890/1246) spt-proto addr::tests::rejects_empty_or_bad_components
2026-06-21T03:25:52.0320839Z         PASS [   0.014s] ( 891/1246) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-21T03:25:52.0322037Z         PASS [   0.009s] ( 892/1246) spt-proto chunk::tests::malformed_parts_return_none
2026-06-21T03:25:52.0343368Z         PASS [   0.008s] ( 893/1246) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-06-21T03:25:52.0381433Z         PASS [   0.017s] ( 894/1246) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-06-21T03:25:52.0383576Z         PASS [   0.016s] ( 895/1246) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-06-21T03:25:52.0385407Z         PASS [   0.018s] ( 896/1246) spt-proto addr::tests::parses_every_qualifier_combination
2026-06-21T03:25:52.0386595Z         PASS [   0.008s] ( 897/1246) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-06-21T03:25:52.0388253Z         PASS [   0.008s] ( 898/1246) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-06-21T03:25:52.0390505Z         PASS [   0.006s] ( 899/1246) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-06-21T03:25:52.0408754Z         PASS [   0.253s] ( 900/1246) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-06-21T03:25:52.0417665Z         PASS [   0.010s] ( 901/1246) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-06-21T03:25:52.0432001Z         PASS [   0.007s] ( 902/1246) spt-proto endpoint::tests::day_one_tags_round_trip
2026-06-21T03:25:52.0435248Z         PASS [   0.007s] ( 903/1246) spt-proto endpoint::tests::broker_and_node_families
2026-06-21T03:25:52.0441068Z         PASS [   0.008s] ( 904/1246) spt-proto endpoint::tests::agent_vs_shell_split
2026-06-21T03:25:52.0442022Z         PASS [   0.007s] ( 905/1246) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-06-21T03:25:52.0482337Z         PASS [   0.010s] ( 906/1246) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-06-21T03:25:52.0495385Z         PASS [   0.007s] ( 907/1246) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-06-21T03:25:52.0500086Z         PASS [   0.006s] ( 908/1246) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-06-21T03:25:52.0540365Z         PASS [   0.009s] ( 909/1246) spt-proto envelope::tests::parser_both_tags_present
2026-06-21T03:25:52.0545546Z         PASS [   0.006s] ( 910/1246) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-06-21T03:25:52.0560216Z         PASS [   0.009s] ( 911/1246) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-06-21T03:25:52.0561599Z         PASS [   0.019s] ( 912/1246) spt-proto endpoint::tests::shell_kind_round_trips
2026-06-21T03:25:52.0562826Z         PASS [   0.014s] ( 913/1246) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-06-21T03:25:52.0606448Z         PASS [   0.009s] ( 914/1246) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-06-21T03:25:52.0608801Z         PASS [   0.009s] ( 915/1246) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-06-21T03:25:52.0610330Z         PASS [   0.016s] ( 916/1246) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-06-21T03:25:52.0613165Z         PASS [   0.008s] ( 917/1246) spt-proto event::tests::attr_order_preserved
2026-06-21T03:25:52.0622318Z         PASS [   0.009s] ( 918/1246) spt-proto event::tests::alarm_event_round_trips
2026-06-21T03:25:52.0626306Z         PASS [   0.009s] ( 919/1246) spt-proto event::tests::attr_decode_is_amp_last
2026-06-21T03:25:52.0637796Z         PASS [   0.008s] ( 920/1246) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-06-21T03:25:52.0651486Z         PASS [   0.009s] ( 921/1246) spt-proto event::tests::empty_body_envelope_parses
2026-06-21T03:25:52.0676378Z         PASS [   0.006s] ( 922/1246) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-06-21T03:25:52.0678548Z         PASS [   0.009s] ( 923/1246) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-06-21T03:25:52.0679641Z         PASS [   0.006s] ( 924/1246) spt-proto event::tests::typed_predicate_rejects_partials
2026-06-21T03:25:52.0710673Z         PASS [   0.012s] ( 925/1246) spt-proto event::tests::msg_event_round_trips
2026-06-21T03:25:52.0714698Z         PASS [   0.008s] ( 926/1246) spt-proto event::tests::user_msg_event_round_trips
2026-06-21T03:25:52.0759314Z         PASS [   0.016s] ( 927/1246) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-06-21T03:25:52.0764065Z         PASS [   0.007s] ( 928/1246) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-06-21T03:25:52.0765265Z         PASS [   0.006s] ( 929/1246) spt-proto id::tests::accepts_japanese_scripts
2026-06-21T03:25:52.0766336Z         PASS [   0.014s] ( 930/1246) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-06-21T03:25:52.0770334Z         PASS [   0.005s] ( 931/1246) spt-proto id::tests::rejects_path_whitespace_and_control
2026-06-21T03:25:52.0800671Z         PASS [   0.008s] ( 932/1246) spt-proto id::tests::accepts_plain_and_composite_ids
2026-06-21T03:25:52.0801801Z         PASS [   0.044s] ( 933/1246) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-06-21T03:25:52.0802924Z         PASS [   0.010s] ( 934/1246) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-06-21T03:25:52.0803967Z         PASS [   0.009s] ( 935/1246) spt-proto id::tests::rejects_empty_and_overlong
2026-06-21T03:25:52.0840028Z         PASS [   0.006s] ( 936/1246) spt-proto id::tests::reserves_address_delimiters
2026-06-21T03:25:52.0841010Z         PASS [   0.006s] ( 937/1246) spt-proto identity::tests::public_key_hex_round_trips
2026-06-21T03:25:52.0866218Z         PASS [   0.010s] ( 938/1246) spt-proto identity::tests::bad_inputs_error_without_panic
2026-06-21T03:25:52.0893129Z         PASS [   0.008s] ( 939/1246) spt-proto payload::tests::base64_known_vectors
2026-06-21T03:25:52.0920259Z         PASS [   0.013s] ( 940/1246) spt-proto id::tests::reports_bad_char_position
2026-06-21T03:25:52.0962622Z         PASS [   0.008s] ( 941/1246) spt-proto payload::tests::command_payload_round_trips
2026-06-21T03:25:52.0973765Z         PASS [   0.010s] ( 942/1246) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-06-21T03:25:52.1010155Z         PASS [   0.005s] ( 943/1246) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-06-21T03:25:52.1035781Z         PASS [   0.016s] ( 944/1246) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-06-21T03:25:52.1061561Z         PASS [   0.008s] ( 945/1246) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-06-21T03:25:52.1062858Z         PASS [   0.008s] ( 946/1246) spt-proto version::tests::window_floor_saturates_at_zero
2026-06-21T03:25:52.1063878Z         PASS [   0.014s] ( 947/1246) spt-proto payload::tests::text_payload_round_trips
2026-06-21T03:25:52.1064851Z         PASS [   0.012s] ( 948/1246) spt-proto version::tests::current_version_self_compatible
2026-06-21T03:25:52.1066190Z         PASS [   0.027s] ( 949/1246) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-06-21T03:25:52.1087608Z         PASS [   0.011s] ( 950/1246) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-06-21T03:25:52.1108179Z         PASS [   0.011s] ( 951/1246) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-06-21T03:25:52.1109472Z         PASS [   0.013s] ( 952/1246) spt-runtime manifest::tests::digest_section_validation_errors
2026-06-21T03:25:52.1110713Z         PASS [   0.011s] ( 953/1246) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-06-21T03:25:52.1111911Z         PASS [   0.019s] ( 954/1246) spt-runtime manifest::tests::digest_section_source_resolution
2026-06-21T03:25:52.1128938Z         PASS [   0.009s] ( 955/1246) spt-runtime manifest::tests::host_binaries_optional_and_n1_safe
2026-06-21T03:25:52.1170329Z         PASS [   0.026s] ( 956/1246) spt-runtime manifest::tests::checked_in_schema_is_current
2026-06-21T03:25:52.1185975Z         PASS [   0.008s] ( 957/1246) spt-runtime manifest::tests::message_idle_translation_binary_opt_in
2026-06-21T03:25:52.1187280Z         PASS [   0.008s] ( 958/1246) spt-runtime manifest::tests::per_capability_act_gate_parses_and_validates
2026-06-21T03:25:52.1200203Z         PASS [   0.010s] ( 959/1246) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-06-21T03:25:52.1215226Z         PASS [   0.012s] ( 960/1246) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-06-21T03:25:52.1264049Z         PASS [   0.009s] ( 961/1246) spt-runtime manifest::tests::round_trips_through_toml
2026-06-21T03:25:52.1267470Z         PASS [   0.014s] ( 962/1246) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-06-21T03:25:52.1270918Z         PASS [   0.007s] ( 963/1246) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-06-21T03:25:52.1274410Z         PASS [   0.009s] ( 964/1246) spt-runtime manifest::tests::shell_fixture_parses
2026-06-21T03:25:52.1303104Z         PASS [   0.021s] ( 965/1246) spt-runtime manifest::tests::manifest_schema_shape
2026-06-21T03:25:52.1333003Z         PASS [   0.030s] ( 966/1246) spt-runtime manifest::tests::hint_keyword_matching
2026-06-21T03:25:52.1349985Z         PASS [   0.015s] ( 967/1246) spt-runtime manifest::tests::session_resume_role_parses_roundtrips_and_is_backcompat
2026-06-21T03:25:52.1372477Z         PASS [   0.057s] ( 968/1246) spt-proto identity::tests::sign_verify_round_trip
2026-06-21T03:25:52.1405857Z         PASS [   0.015s] ( 969/1246) spt-runtime manifest::tests::shell_tunnel_opt_in
2026-06-21T03:25:52.1406838Z         PASS [   0.014s] ( 970/1246) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-06-21T03:25:52.1407856Z         PASS [   0.011s] ( 971/1246) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-06-21T03:25:52.1408781Z         PASS [   0.010s] ( 972/1246) spt-runtime profile::tests::deep_nested_leaf_replace
2026-06-21T03:25:52.1410008Z         PASS [   0.008s] ( 973/1246) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-06-21T03:25:52.1411273Z         PASS [   0.011s] ( 974/1246) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-06-21T03:25:52.1412406Z         PASS [   0.014s] ( 975/1246) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-06-21T03:25:52.1413455Z         PASS [   0.011s] ( 976/1246) spt-runtime manifest::tests::update_avenue_gh_release_fields
2026-06-21T03:25:52.1459277Z         PASS [   0.009s] ( 977/1246) spt-runtime profile::tests::leaf_replace_contract
2026-06-21T03:25:52.1478692Z         PASS [   0.007s] ( 978/1246) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-06-21T03:25:52.1487325Z         PASS [   0.007s] ( 979/1246) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-06-21T03:25:52.1517662Z         PASS [   0.007s] ( 980/1246) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-06-21T03:25:52.1549955Z         PASS [   0.008s] ( 981/1246) spt-runtime profile::tests::string_dot_path_read_write
2026-06-21T03:25:52.1569866Z         PASS [   0.009s] ( 982/1246) spt-runtime profile::tests::profile_overlays_strings
2026-06-21T03:25:52.1580373Z         PASS [   0.010s] ( 983/1246) spt-runtime profile::tests::split_option_first_colon
2026-06-21T03:25:52.1581568Z         PASS [   0.013s] ( 984/1246) spt-runtime profile::tests::tighten_only_allows_tightening
2026-06-21T03:25:52.1582633Z         PASS [   0.016s] ( 985/1246) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-06-21T03:25:52.1583637Z         PASS [   0.009s] ( 986/1246) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-06-21T03:25:52.1584722Z         PASS [   0.010s] ( 987/1246) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-06-21T03:25:52.1585714Z         PASS [   0.011s] ( 988/1246) spt-runtime registry::tests::delete_local_profile_rules
2026-06-21T03:25:52.1616961Z         PASS [   0.013s] ( 989/1246) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-06-21T03:25:52.1618022Z         PASS [   0.016s] ( 990/1246) spt-runtime registry::tests::create_local_profile_guards
2026-06-21T03:25:52.1620669Z         PASS [   0.012s] ( 991/1246) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-06-21T03:25:52.1640925Z         PASS [   0.013s] ( 992/1246) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-06-21T03:25:52.1668170Z         PASS [   0.009s] ( 993/1246) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-06-21T03:25:52.1675910Z         PASS [   0.013s] ( 994/1246) spt-runtime registry::tests::local_profile_survives_readd
2026-06-21T03:25:52.1686846Z         PASS [   0.011s] ( 995/1246) spt-runtime registry::tests::pointer_missing_manifest_is_deferred_not_cryptic
2026-06-21T03:25:52.1715245Z         PASS [   0.013s] ( 996/1246) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-06-21T03:25:52.1730885Z         PASS [   0.011s] ( 997/1246) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-06-21T03:25:52.1732183Z         PASS [   0.015s] ( 998/1246) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-06-21T03:25:52.1734435Z         PASS [   0.006s] ( 999/1246) spt-runtime resolve::tests::normalize_folds_case_and_stems_first_dot
2026-06-21T03:25:52.1770318Z         PASS [   0.013s] (1000/1246) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-06-21T03:25:52.1790017Z         PASS [   0.012s] (1001/1246) spt-runtime resolve::tests::fallback_picks_freshest_then_name
2026-06-21T03:25:52.1796663Z         PASS [   0.013s] (1002/1246) spt-runtime resolve::tests::no_candidate_when_no_adapter_hosts_binary
2026-06-21T03:25:52.1832625Z         PASS [   0.014s] (1003/1246) spt-runtime resolve::tests::pointer_is_sibling_to_adapter_dirs
2026-06-21T03:25:52.1848378Z         PASS [   0.010s] (1004/1246) spt-runtime resolve::tests::set_clear_prune_rules
2026-06-21T03:25:52.1849655Z         PASS [   0.010s] (1005/1246) spt-runtime resolve::tests::single_candidate_resolves_base_no_pointer
2026-06-21T03:25:52.1851517Z         PASS [   0.011s] (1006/1246) spt-runtime resolve::tests::renamed_in_use_exe_still_resolves
2026-06-21T03:25:52.1870705Z         PASS [   0.014s] (1007/1246) spt-runtime resolve::tests::pointer_overrides_fallback
2026-06-21T03:25:52.1900204Z         PASS [   0.007s] (1008/1246) spt-runtime runtime::tests::fills_known_placeholders
2026-06-21T03:25:52.1901268Z         PASS [   0.006s] (1009/1246) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-06-21T03:25:52.1903544Z         PASS [   0.015s] (1010/1246) spt-runtime resolve::tests::stale_pointer_self_heals_to_fallback
2026-06-21T03:25:52.1904718Z         PASS [   0.007s] (1011/1246) spt-runtime runtime::tests::literal_braces_still_escape_per_token
2026-06-21T03:25:52.1930015Z         PASS [   0.030s] (1012/1246) spt-runtime registry::tests::strings_get_set_through_overlay
2026-06-21T03:25:52.1946458Z         PASS [   0.009s] (1013/1246) spt-runtime runtime::tests::multiword_value_is_one_argv_element
2026-06-21T03:25:52.1960930Z         PASS [   0.006s] (1014/1246) spt-runtime runtime::tests::placeholder_inside_larger_token_substitutes_in_place
2026-06-21T03:25:52.1980152Z         PASS [   0.007s] (1015/1246) spt-runtime runtime::tests::resolve_program_falls_back_to_path
2026-06-21T03:25:52.1981120Z         PASS [   0.007s] (1016/1246) spt-runtime runtime::tests::quote_and_semicolon_values_stay_one_element
2026-06-21T03:25:52.1982017Z         PASS [   0.007s] (1017/1246) spt-runtime runtime::tests::resolve_program_prefers_install_dir
2026-06-21T03:25:52.2000040Z         PASS [   0.016s] (1018/1246) spt-runtime runtime::tests::missing_key_and_empty_command_errors_still_fire
2026-06-21T03:25:52.2019968Z         PASS [   0.008s] (1019/1246) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-06-21T03:25:52.2020998Z         PASS [   0.006s] (1020/1246) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-06-21T03:25:52.2040874Z         PASS [   0.007s] (1021/1246) spt-store access::tests::recent_outbound_correlates_within_window
2026-06-21T03:25:52.2067503Z         PASS [   0.008s] (1022/1246) spt-store access::tests::allow_revoke_open_polarity
2026-06-21T03:25:52.2072029Z         PASS [   0.031s] (1023/1246) spt-runtime runtime::tests::bounded_run_captures_success
2026-06-21T03:25:52.2075303Z         PASS [   0.012s] (1024/1246) spt-runtime runtime::tests::unknown_role_errors
2026-06-21T03:25:52.2096289Z         PASS [   0.007s] (1025/1246) spt-store access::tests::users_reservation_decodes_inert
2026-06-21T03:25:52.2097429Z         PASS [   0.008s] (1026/1246) spt-store access::tests::store_persists_and_degrades_open
2026-06-21T03:25:52.2105384Z         PASS [   0.011s] (1027/1246) spt-store access::tests::recent_outbound_persists
2026-06-21T03:25:52.2107584Z         PASS [   0.006s] (1028/1246) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-06-21T03:25:52.2111809Z         PASS [   0.014s] (1029/1246) spt-store access::tests::recent_outbound_is_bounded
2026-06-21T03:25:52.2119561Z         PASS [   0.008s] (1030/1246) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-06-21T03:25:52.2150698Z         PASS [   0.007s] (1031/1246) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-06-21T03:25:52.2152003Z         PASS [   0.006s] (1032/1246) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-06-21T03:25:52.2153047Z         PASS [   0.006s] (1033/1246) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-06-21T03:25:52.2168645Z         PASS [   0.009s] (1034/1246) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-06-21T03:25:52.2197291Z         PASS [   0.009s] (1035/1246) spt-store attachment::tests::boot_reset_and_serving_filter
2026-06-21T03:25:52.2201026Z         PASS [   0.009s] (1036/1246) spt-store attachment::tests::attached_default_flip_roundtrip
2026-06-21T03:25:52.2248112Z         PASS [   0.013s] (1037/1246) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-06-21T03:25:52.2301400Z         PASS [   0.005s] (1038/1246) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-06-21T03:25:52.2357841Z         PASS [   0.006s] (1039/1246) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-06-21T03:25:52.2411209Z         PASS [   0.005s] (1040/1246) spt-store contextmark::tests::merge_decisions
2026-06-21T03:25:52.2465121Z         PASS [   0.005s] (1041/1246) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-06-21T03:25:52.2521337Z         PASS [   0.005s] (1042/1246) spt-store contextmark::tests::vector_parse_tolerant
2026-06-21T03:25:52.2769663Z         PASS [   0.060s] (1043/1246) spt-store branchstore::tests::open_or_init_idempotent
2026-06-21T03:25:52.3127377Z         PASS [   0.093s] (1044/1246) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-06-21T03:25:52.3507475Z         PASS [   0.038s] (1045/1246) spt-store contextstore::tests::invalid_id_refused
2026-06-21T03:25:52.3641613Z         PASS [   0.152s] (1046/1246) spt-store branchstore::tests::branches_are_independent_roots
2026-06-21T03:25:52.3704129Z         PASS [   0.155s] (1047/1246) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-06-21T03:25:52.3710431Z         PASS [   0.156s] (1048/1246) spt-store branchstore::tests::commit_then_read_at_tip
2026-06-21T03:25:52.3859213Z         PASS [   0.166s] (1049/1246) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-06-21T03:25:52.3925108Z         PASS [   0.006s] (1050/1246) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-06-21T03:25:52.3993989Z         PASS [   0.006s] (1051/1246) spt-store epoch::tests::counter_persists_across_reload
2026-06-21T03:25:52.4048765Z         PASS [   0.006s] (1052/1246) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-06-21T03:25:52.4108750Z         PASS [   0.006s] (1053/1246) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-06-21T03:25:52.4270233Z         PASS [   0.016s] (1054/1246) spt-store gitrun::tests::version_runs_within_budget
2026-06-21T03:25:52.4326098Z         PASS [   0.006s] (1055/1246) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-06-21T03:25:52.4369146Z         PASS [   0.004s] (1056/1246) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-06-21T03:25:52.4426036Z         PASS [   0.005s] (1057/1246) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-06-21T03:25:52.4500496Z         PASS [   0.006s] (1058/1246) spt-store history::tests::appends_one_record_per_line
2026-06-21T03:25:52.4551942Z         PASS [   0.007s] (1059/1246) spt-store history::tests::context_entries_carry_the_discriminator
2026-06-21T03:25:52.4612197Z         PASS [   0.006s] (1060/1246) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-06-21T03:25:52.4680238Z         PASS [   0.007s] (1061/1246) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-06-21T03:25:52.4751405Z         PASS [   0.006s] (1062/1246) spt-store home::tests::home_assignment_matrix
2026-06-21T03:25:52.4792263Z         PASS [   0.005s] (1063/1246) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-06-21T03:25:52.4861248Z         PASS [   0.006s] (1064/1246) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-06-21T03:25:52.4910078Z         PASS [   0.005s] (1065/1246) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-06-21T03:25:52.4961531Z         PASS [   0.315s] (1066/1246) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-06-21T03:25:52.4964951Z         PASS [   0.006s] (1067/1246) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-06-21T03:25:52.5021555Z         PASS [   0.005s] (1068/1246) spt-store info::tests::controllable_is_additive_and_round_trips
2026-06-21T03:25:52.5067374Z         PASS [   0.156s] (1069/1246) spt-store contextstore::tests::project_branch_holds_many_agents
2026-06-21T03:25:52.5082306Z         PASS [   0.006s] (1070/1246) spt-store info::tests::corrupt_content_returns_none
2026-06-21T03:25:52.5156126Z         PASS [   0.007s] (1071/1246) spt-store info::tests::psyche_host_error_round_trips_and_set_clear_increments
2026-06-21T03:25:52.5241795Z         PASS [   0.008s] (1072/1246) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-06-21T03:25:52.5330616Z         PASS [   0.009s] (1073/1246) spt-store info::tests::set_driven_by_stamps_and_clears
2026-06-21T03:25:52.5397564Z         PASS [   0.007s] (1074/1246) spt-store info::tests::set_last_active_stamps_recency
2026-06-21T03:25:52.5410132Z         PASS [   0.288s] (1075/1246) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-06-21T03:25:52.5469954Z         PASS [   0.007s] (1076/1246) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-06-21T03:25:52.5501489Z         PASS [   0.007s] (1077/1246) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-06-21T03:25:52.5540481Z         PASS [   0.058s] (1078/1246) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-06-21T03:25:52.5547753Z         PASS [   0.007s] (1079/1246) spt-store info::tests::write_read_round_trip
2026-06-21T03:25:52.5549481Z         PASS [   0.008s] (1080/1246) spt-store info::tests::set_status_marks_existing_record
2026-06-21T03:25:52.5608094Z         PASS [   0.006s] (1081/1246) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-06-21T03:25:52.5614683Z         PASS [   0.006s] (1082/1246) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-06-21T03:25:52.5616059Z         PASS [   0.007s] (1083/1246) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-06-21T03:25:52.5670394Z         PASS [   0.006s] (1084/1246) spt-store liveness::tests::external_perch_still_pid_probes
2026-06-21T03:25:52.5673970Z         PASS [   0.006s] (1085/1246) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-06-21T03:25:52.5707399Z         PASS [   0.009s] (1086/1246) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-06-21T03:25:52.5744353Z         PASS [   0.007s] (1087/1246) spt-store nodeid::tests::seed_hex_round_trips
2026-06-21T03:25:52.5758646Z         PASS [   0.009s] (1088/1246) spt-store nodeid::tests::create_then_load_is_stable
2026-06-21T03:25:52.6182544Z         PASS [   0.247s] (1089/1246) spt-store contextstore::tests::two_tier_layout_and_commits
2026-06-21T03:25:52.6205883Z         PASS [   0.114s] (1090/1246) spt-store info::tests::mutate_info_serializes_writers_so_offline_is_never_clobbered
2026-06-21T03:25:52.6271489Z         PASS [   0.005s] (1091/1246) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-06-21T03:25:52.6380431Z         PASS [   0.067s] (1092/1246) spt-store notif::tests::listing_is_subnet_scoped
2026-06-21T03:25:52.6448491Z         PASS [   0.069s] (1093/1246) spt-store notif::tests::produce_list_dismiss_round_trip
2026-06-21T03:25:52.6507973Z         PASS [   0.006s] (1094/1246) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-06-21T03:25:52.6572964Z         PASS [   0.006s] (1095/1246) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-06-21T03:25:52.6632905Z         PASS [   0.006s] (1096/1246) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-06-21T03:25:52.6690840Z         PASS [   0.006s] (1097/1246) spt-store perch::tests::child_files_route_through_one_resolver
2026-06-21T03:25:52.6749033Z         PASS [   0.006s] (1098/1246) spt-store perch::tests::classification_matrix
2026-06-21T03:25:52.6810152Z         PASS [   0.006s] (1099/1246) spt-store perch::tests::explicit_parent_wins_over_infer
2026-06-21T03:25:52.6873784Z         PASS [   0.006s] (1100/1246) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-06-21T03:25:52.6933012Z         PASS [   0.006s] (1101/1246) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-06-21T03:25:52.6993289Z         PASS [   0.006s] (1102/1246) spt-store perch::tests::resolve_self_is_flat
2026-06-21T03:25:52.7031415Z         PASS [   0.065s] (1103/1246) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-06-21T03:25:52.7052001Z         PASS [   0.006s] (1104/1246) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-06-21T03:25:52.7108011Z         PASS [   0.008s] (1105/1246) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-06-21T03:25:52.7108875Z         PASS [   0.006s] (1106/1246) spt-store proc::tests::current_process_is_alive
2026-06-21T03:25:52.7125983Z         PASS [   0.138s] (1107/1246) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-06-21T03:25:52.7166433Z         PASS [   0.006s] (1108/1246) spt-store proc::tests::exe_basename_dead_pid_is_none
2026-06-21T03:25:52.7167599Z         PASS [   0.006s] (1109/1246) spt-store proc::tests::exe_basename_resolves_current_process
2026-06-21T03:25:52.7191469Z         PASS [   0.006s] (1110/1246) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-06-21T03:25:52.7237596Z         PASS [   0.006s] (1111/1246) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-06-21T03:25:52.7241221Z         PASS [   0.006s] (1112/1246) spt-store proc::tests::unassigned_pid_is_dead
2026-06-21T03:25:52.7299100Z         PASS [   0.112s] (1113/1246) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-06-21T03:25:52.7300495Z         PASS [   0.104s] (1114/1246) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-06-21T03:25:52.7360459Z         PASS [   0.006s] (1115/1246) spt-store project::tests::url_spellings_normalize_to_one_id
2026-06-21T03:25:52.7493019Z         PASS [   0.026s] (1116/1246) spt-store proc::tests::zombie_child_reads_dead
2026-06-21T03:25:52.7961356Z         PASS [   0.519s] (1117/1246) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-06-21T03:25:52.8058749Z         PASS [   0.082s] (1118/1246) spt-store project::tests::derivation_ladder
2026-06-21T03:25:52.8153615Z         PASS [   0.445s] (1119/1246) spt-store contextstore::tests::rename_ripples_both_tiers
2026-06-21T03:25:52.8431869Z         PASS [   0.113s] (1120/1246) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-06-21T03:25:52.8627948Z         PASS [   0.127s] (1121/1246) spt-store registry::tests::clean_removes_dead_keeps_live
2026-06-21T03:25:52.8670837Z         PASS [   0.071s] (1122/1246) spt-store registry::tests::register_and_lookup
2026-06-21T03:25:52.8739069Z         PASS [   0.007s] (1123/1246) spt-store rename::tests::live_nested_child_blocks_rename
2026-06-21T03:25:52.8757097Z         PASS [   0.069s] (1124/1246) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-06-21T03:25:52.8811043Z         PASS [   0.007s] (1125/1246) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-06-21T03:25:52.8818064Z         PASS [   0.007s] (1126/1246) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-06-21T03:25:52.8877075Z         PASS [   0.006s] (1127/1246) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-06-21T03:25:52.8879249Z         PASS [   0.006s] (1128/1246) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-06-21T03:25:52.8937516Z         PASS [   0.006s] (1129/1246) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-06-21T03:25:52.8942172Z         PASS [   0.006s] (1130/1246) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-06-21T03:25:52.8994701Z         PASS [   0.006s] (1131/1246) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-06-21T03:25:52.9002183Z         PASS [   0.006s] (1132/1246) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-06-21T03:25:52.9051798Z         PASS [   0.006s] (1133/1246) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-06-21T03:25:52.9055721Z         PASS [   0.005s] (1134/1246) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-06-21T03:25:52.9098572Z         PASS [   0.094s] (1135/1246) spt-store registry::tests::reregister_replaces_address
2026-06-21T03:25:52.9107951Z         PASS [   0.006s] (1136/1246) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-06-21T03:25:52.9111691Z         PASS [   0.006s] (1137/1246) spt-store rotation::tests::coalesce_is_per_subnet
2026-06-21T03:25:52.9159981Z         PASS [   0.006s] (1138/1246) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-06-21T03:25:52.9164188Z         PASS [   0.006s] (1139/1246) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-06-21T03:25:52.9175181Z         PASS [   0.006s] (1140/1246) spt-store rotation::tests::persists_and_degrades_to_empty
2026-06-21T03:25:52.9215605Z         PASS [   0.059s] (1141/1246) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-06-21T03:25:52.9221734Z         PASS [   0.006s] (1142/1246) spt-store seed::tests::absent_cwd_is_omitted
2026-06-21T03:25:52.9223090Z         PASS [   0.006s] (1143/1246) spt-store seed::tests::seed_round_trips_through_json
2026-06-21T03:25:52.9260353Z         PASS [   0.006s] (1144/1246) spt-store sessions::tests::appends_and_reads_in_order
2026-06-21T03:25:52.9287734Z         PASS [   0.006s] (1145/1246) spt-store sessions::tests::pre_migration_row_without_cwd_deserializes_as_none
2026-06-21T03:25:52.9300115Z         PASS [   0.007s] (1146/1246) spt-store sessions::tests::none_cwd_emits_no_field_and_roundtrips
2026-06-21T03:25:52.9304160Z         PASS [   0.007s] (1147/1246) spt-store sessions::tests::row_with_cwd_appends_and_reads_back
2026-06-21T03:25:52.9366171Z         PASS [   0.006s] (1148/1246) spt-store sessions::tests::tolerant_of_garbage_lines
2026-06-21T03:25:52.9377118Z         PASS [   0.009s] (1149/1246) spt-store sessions::tests::same_session_rebind_is_deduped
2026-06-21T03:25:52.9394065Z         PASS [   0.009s] (1150/1246) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-06-21T03:25:52.9434186Z         LEAK [   0.227s] (1151/1246) spt-store proc::tests::process_cmdline_reads_a_live_arg_marker
2026-06-21T03:25:52.9459681Z         PASS [   0.007s] (1152/1246) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-06-21T03:25:52.9467266Z         PASS [   0.009s] (1153/1246) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-06-21T03:25:52.9507922Z         PASS [   0.011s] (1154/1246) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-06-21T03:25:52.9618593Z         PASS [   0.119s] (1155/1246) spt-store registry::tests::resolve_cleans_before_lookup
2026-06-21T03:25:52.9632674Z         PASS [   0.042s] (1156/1246) spt-store sessions::tests::last_k_and_bounding
2026-06-21T03:25:53.0068621Z         PASS [   0.643s] (1157/1246) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-06-21T03:25:53.0382386Z         PASS [   0.075s] (1158/1246) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-06-21T03:25:53.0576821Z         PASS [   0.095s] (1159/1246) spt-store spool::tests::reopen_is_idempotent
2026-06-21T03:25:53.0634723Z         PASS [   0.006s] (1160/1246) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-06-21T03:25:53.0692906Z         PASS [   0.006s] (1161/1246) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-06-21T03:25:53.0748751Z         PASS [   0.006s] (1162/1246) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-06-21T03:25:53.0801519Z         PASS [   0.005s] (1163/1246) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-06-21T03:25:53.0863726Z         PASS [   0.006s] (1164/1246) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-06-21T03:25:53.0910156Z         PASS [   0.147s] (1165/1246) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-06-21T03:25:53.0914740Z         PASS [   0.085s] (1166/1246) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-06-21T03:25:53.0922142Z         PASS [   0.006s] (1167/1246) spt-store subnet::tests::minted_seeds_are_random
2026-06-21T03:25:53.0964569Z         PASS [   0.006s] (1168/1246) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-06-21T03:25:53.0972462Z         PASS [   0.006s] (1169/1246) spt-store subnet::tests::no_prior_generation_before_rotation
2026-06-21T03:25:53.0979341Z         PASS [   0.006s] (1170/1246) spt-store subnet::tests::remove_drops_membership
2026-06-21T03:25:53.1025549Z         PASS [   0.006s] (1171/1246) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-06-21T03:25:53.1039454Z         PASS [   0.006s] (1172/1246) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-06-21T03:25:53.1074782Z         PASS [   0.164s] (1173/1246) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-06-21T03:25:53.1123815Z         PASS [   0.161s] (1174/1246) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-06-21T03:25:53.1471050Z         PASS [   0.109s] (1175/1246) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-06-21T03:25:53.1484870Z         PASS [   5.748s] (1176/1246) spt-daemon::pump pump_survives_a_black_holing_peer_heartbeat_advances_no_restart
2026-06-21T03:25:53.1504668Z         PASS [   0.038s] (1177/1246) spt-store syncmerge::tests::non_context_branch_refused
2026-06-21T03:25:53.1559233Z         PASS [   0.006s] (1178/1246) spt-store timefmt::tests::formats_known_instants
2026-06-21T03:25:53.1619599Z         PASS [   0.006s] (1179/1246) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-06-21T03:25:53.1678307Z         PASS [   0.006s] (1180/1246) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-06-21T03:25:53.1726615Z         PASS [   0.005s] (1181/1246) spt-store visibility::tests::hidden_is_or_of_defaults
2026-06-21T03:25:53.1784906Z         PASS [   0.006s] (1182/1246) spt-store visibility::tests::override_wins_both_directions
2026-06-21T03:25:53.1849564Z         PASS [   0.006s] (1183/1246) spt-store visibility::tests::store_persists_and_degrades_safe
2026-06-21T03:25:53.1905672Z         PASS [   0.006s] (1184/1246) spt-store visibility::tests::synced_requires_membership_listing
2026-06-21T03:25:53.1985351Z         PASS [   0.006s] (1185/1246) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-06-21T03:25:53.2025115Z         PASS [   0.006s] (1186/1246) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-06-21T03:25:53.2079846Z         PASS [   0.005s] (1187/1246) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-06-21T03:25:53.2138076Z         PASS [   0.006s] (1188/1246) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-06-21T03:25:53.2200755Z         PASS [   0.006s] (1189/1246) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-06-21T03:25:53.2254190Z         PASS [   0.006s] (1190/1246) spt-term projection::tests::context_record_discriminator
2026-06-21T03:25:53.2306289Z         PASS [   0.005s] (1191/1246) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-06-21T03:25:53.2356766Z         PASS [   0.005s] (1192/1246) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-06-21T03:25:53.2411218Z         PASS [   0.005s] (1193/1246) spt-term projection::tests::empty_input_projects_empty_digest
2026-06-21T03:25:53.2468459Z         PASS [   0.005s] (1194/1246) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-06-21T03:25:53.2533556Z         PASS [   0.007s] (1195/1246) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-06-21T03:25:53.2580610Z         PASS [   0.311s] (1196/1246) spt-store spool::tests::event_part_body_persists_byte_exact
2026-06-21T03:25:53.2596434Z         PASS [   0.006s] (1197/1246) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-06-21T03:25:53.2636960Z         PASS [   0.006s] (1198/1246) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-06-21T03:25:53.2650944Z         PASS [   0.005s] (1199/1246) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-06-21T03:25:53.2690080Z         PASS [   0.005s] (1200/1246) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-06-21T03:25:53.2706602Z         PASS [   0.005s] (1201/1246) spt-term projection::tests::truncates_tool_args_to_width
2026-06-21T03:25:53.2745191Z         PASS [   0.005s] (1202/1246) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-06-21T03:25:53.2761566Z         PASS [   0.005s] (1203/1246) spt-term projection::tests::unknown_fields_are_tolerated
2026-06-21T03:25:53.2799529Z         PASS [   0.005s] (1204/1246) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-06-21T03:25:53.2817182Z         PASS [   0.005s] (1205/1246) spt-term projection::tests::windows_to_last_n_turns
2026-06-21T03:25:53.2847810Z         PASS [   0.005s] (1206/1246) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-06-21T03:25:53.2871456Z         PASS [   0.005s] (1207/1246) spt-term reader::tests::dsr_matcher_finds_query_across_chunk_boundary
2026-06-21T03:25:53.2931666Z         PASS [   0.005s] (1208/1246) spt-term winprog::tests::bare_name_prefers_cmd_over_extensionless_shim
2026-06-21T03:25:53.2955899Z         PASS [   0.011s] (1209/1246) spt-term reader::tests::no_dsr_means_no_answer
2026-06-21T03:25:53.2983571Z         PASS [   0.006s] (1210/1246) spt-term winprog::tests::bare_name_prefers_exe_and_spawns_direct
2026-06-21T03:25:53.3008847Z         PASS [   0.005s] (1211/1246) spt-term winprog::tests::earlier_path_dir_wins
2026-06-21T03:25:53.3044579Z         PASS [   0.006s] (1212/1246) spt-term winprog::tests::explicit_extension_is_classified_in_place
2026-06-21T03:25:53.3066458Z         PASS [   0.006s] (1213/1246) spt-term winprog::tests::unresolvable_passes_through
2026-06-21T03:25:53.3215320Z         PASS [   0.017s] (1214/1246) spt-term::dsr drain_forwards_child_output
2026-06-21T03:25:53.3342022Z         PASS [   0.027s] (1215/1246) spt-term::inject ctrl_c_interrupts_the_child
2026-06-21T03:25:53.3382426Z         PASS [   0.016s] (1216/1246) spt-term::inject send_line_reaches_child_and_preserves_order
2026-06-21T03:25:53.3452923Z         PASS [   0.007s] (1217/1246) spt-term::stream delivers_every_value_under_resize
2026-06-21T03:25:53.3539464Z         PASS [   0.008s] (1218/1246) spt-term::surface captures_child_output_off_the_pty
2026-06-21T03:25:53.3606185Z         PASS [   0.007s] (1219/1246) spt-term::surface resize_under_load_does_not_hang_or_panic
2026-06-21T03:25:53.3686724Z         PASS [   0.008s] (1220/1246) spt-term::surface spawn_program_in_lands_the_child_in_the_requested_cwd
2026-06-21T03:25:53.3744788Z         PASS [   0.006s] (1221/1246) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-06-21T03:25:53.4453380Z         PASS [   0.696s] (1222/1246) spt-store registry::tests::concurrent_registration_never_locks
2026-06-21T03:25:53.5692052Z         PASS [   1.354s] (1223/1246) spt-store branchstore::tests::branches_by_recency_orders_newest_first
2026-06-21T03:25:53.6091051Z         PASS [   0.501s] (1224/1246) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-06-21T03:25:53.6671950Z         PASS [   0.569s] (1225/1246) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-06-21T03:25:53.7741443Z         PASS [   0.627s] (1226/1246) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-06-21T03:25:53.9384187Z         PASS [   0.834s] (1227/1246) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-06-21T03:25:53.9737907Z         PASS [   0.871s] (1228/1246) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-06-21T03:25:54.2176943Z         PASS [   1.069s] (1229/1246) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-06-21T03:25:54.3428306Z         PASS [   1.009s] (1230/1246) spt-term::stream bounded_backpressure_stalls_an_unconsumed_reader
2026-06-21T03:25:55.6740379Z         PASS [  27.454s] (1231/1246) spt::unhost_psyche_reap_e2e endpoint_stop_reaps_the_hosted_psyche_process
2026-06-21T03:25:57.0540883Z         PASS [  43.098s] (1232/1246) spt::brain_restart_psyche_dup_e2e brain_restart_leaves_exactly_one_psyche_per_endpoint
2026-06-21T03:25:59.8299189Z         PASS [  42.951s] (1233/1246) spt::livehost_bootrace_e2e netless_online_live_agent_is_hosted_by_the_real_daemon_brain
2026-06-21T03:26:05.0696372Z         PASS [  13.803s] (1234/1246) spt-daemon::daemon_lifecycle_real_brain real_brain_process_hosts_the_psyche_for_an_online_live_endpoint
2026-06-21T03:26:08.1079619Z         PASS [   3.038s] (1235/1246) spt-daemon::inject_control_wedge a_backed_up_controller_does_not_wedge_the_session
2026-06-21T03:26:13.9695543Z         SLOW [> 60.000s] (─────────) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-21T03:26:13.9696365Z         SLOW [> 60.000s] (─────────) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-21T03:26:16.9406591Z         PASS [  62.984s] (1236/1246) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-21T03:26:19.9361305Z         PASS [  65.980s] (1237/1246) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-21T03:27:08.1099078Z         SLOW [> 60.000s] (─────────) spt-daemon::inject_control_wedge a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach
2026-06-21T03:28:08.1106508Z         SLOW [>120.000s] (─────────) spt-daemon::inject_control_wedge a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach
2026-06-21T03:29:08.1117475Z         SLOW [>180.000s] (─────────) spt-daemon::inject_control_wedge a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach
2026-06-21T03:30:08.1128331Z  TERMINATING [>240.000s] (─────────) spt-daemon::inject_control_wedge a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach
2026-06-21T03:30:08.1191425Z      TIMEOUT [ 240.008s] (1238/1246) spt-daemon::inject_control_wedge a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach
2026-06-21T03:30:08.1192579Z   stdout ───
2026-06-21T03:30:08.1192727Z 
2026-06-21T03:30:08.1192833Z     running 1 test
2026-06-21T03:30:08.1193270Z     test a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach has been running for over 60 seconds
2026-06-21T03:30:08.1193765Z   stderr ───
2026-06-21T03:30:08.1193987Z     PUMP_IPC_READER: spawned
2026-06-21T03:30:08.1194245Z     PUMP_IPC_READER: exited
2026-06-21T03:30:08.1194411Z 
2026-06-21T03:30:08.1194541Z     (test timed out)
2026-06-21T03:30:08.1194678Z 
2026-06-21T03:30:08.1196546Z   Cancelling due to test failure: 
2026-06-21T03:30:08.1197083Z ────────────
2026-06-21T03:30:08.1197637Z      Summary [ 294.168s] 1238/1246 tests run: 1237 passed (2 slow, 2 leaky), 1 timed out, 1 skipped
2026-06-21T03:30:08.1198853Z      TIMEOUT [ 240.008s] (1238/1246) spt-daemon::inject_control_wedge a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach
2026-06-21T03:30:08.1199965Z warning: 8/1246 tests were not run due to test failure (run with --no-fail-fast to run all tests, or run with --max-fail)
2026-06-21T03:30:08.1229684Z error: test run failed
2026-06-21T03:30:08.1301167Z ##[error]Process completed with exit code 100.
2026-06-21T03:30:08.1566261Z Post job cleanup.
2026-06-21T03:30:08.3239905Z [command]/usr/bin/git version
2026-06-21T03:30:08.3273276Z git version 2.43.0
2026-06-21T03:30:08.3303421Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5a982e0c-9f4c-4bd0-afe8-3f07655eecd7' before making global git config changes
2026-06-21T03:30:08.3304179Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T03:30:08.3306560Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T03:30:08.3334636Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T03:30:08.3359766Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T03:30:08.3610171Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T03:30:08.3629423Z http.https://github.com/.extraheader
2026-06-21T03:30:08.3636853Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T03:30:08.3663348Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T03:30:08.3844092Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T03:30:08.3869712Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T03:30:08.4182990Z Cleaning up orphan processes
2026-06-21T03:30:08.4816474Z Terminate orphan process: pid (3147578) (spt)
2026-06-21T03:30:08.4846099Z Terminate orphan process: pid (3147587) (spt)
